mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 21:44:29 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "2025.16",
|
|
"description": "A new language and compiler for shader development.",
|
|
"homepage": "https://shader-slang.com/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/shader-slang/slang/releases/download/v2025.16/slang-2025.16-windows-x86_64.zip",
|
|
"hash": "5024ecca5bff3894c7427c742b56d1c0c81758c8bdabcb0e37670c8b016b5f43"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/shader-slang/slang/releases/download/v2025.16/slang-2025.16-windows-aarch64.zip",
|
|
"hash": "e20231708fbd6c41fcf583847472a2b80d226253e1d087ed21a0b0800d20cfdc"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin/slangc.exe",
|
|
"bin/slangd.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/shader-slang/slang"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-windows-x86_64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-windows-aarch64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|