mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "2025.18",
|
|
"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.18/slang-2025.18-windows-x86_64.zip",
|
|
"hash": "8a43bea729971896fd39a053e48805456d4d419e1e0515afcb628ee5fa8f10f9"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/shader-slang/slang/releases/download/v2025.18/slang-2025.18-windows-aarch64.zip",
|
|
"hash": "146b0db312a9a63b4413f8abd08229949febc2068c491d10b4ba56e9485b3815"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|