mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-04 15:04:25 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "2024.14",
|
|
"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/v2024.14/slang-2024.14-windows-x86_64.zip",
|
|
"hash": "a246a693256e622857305a2dadf94436bf57ca51d71401a4f177b6f9d8a5b67f"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/shader-slang/slang/releases/download/v2024.14/slang-2024.14-windows-aarch64.zip",
|
|
"hash": "bb9bbae426256b44e5cc1438c9226c24e33e848ae8ce6a61ee6d5a4101e9a824"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|