mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 10:34:52 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "2026.1",
|
|
"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/v2026.1/slang-2026.1-windows-x86_64.zip",
|
|
"hash": "29ff6cda6fe07c0423f81b19d44f3075090c7c4256ccc7d716aefe3947e72484"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/shader-slang/slang/releases/download/v2026.1/slang-2026.1-windows-aarch64.zip",
|
|
"hash": "5e1ef8a8d7cada6a93efd0f9596a4f2eeff1a9c7b42af96a4a83560f25975310"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|