mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-03 06:24:27 +00:00
49 lines
1.9 KiB
JSON
49 lines
1.9 KiB
JSON
{
|
|
"version": "2024.0.6",
|
|
"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.0.6/slang-2024.0.6-win64.zip",
|
|
"hash": "70b9b3fa26bd75c6e54bd3b842390c31995104485efab1e644c3a99a6d3bebfc",
|
|
"bin": [
|
|
"bin/windows-x64/release/slangc.exe",
|
|
"bin/windows-x64/release/slangd.exe"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/shader-slang/slang/releases/download/v2024.0.6/slang-2024.0.6-win32.zip",
|
|
"hash": "09aa6ccf99899c199ee0121311eeefd4ef39068a88562b030d66279939975b28",
|
|
"bin": [
|
|
"bin/windows-x86/release/slangc.exe",
|
|
"bin/windows-x86/release/slangd.exe"
|
|
]
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/shader-slang/slang/releases/download/v2024.0.6/slang-2024.0.6-win-arm64.zip",
|
|
"hash": "f198fcf49716fed1d11449d7ae95e76f0105bc325d300ddb644a68fdc7ed931d",
|
|
"bin": [
|
|
"bin/windows-aarch64/release/slangc.exe",
|
|
"bin/windows-aarch64/release/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-win64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-win32.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-win-arm64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|