mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 04:24:28 +00:00
49 lines
1.9 KiB
JSON
49 lines
1.9 KiB
JSON
{
|
|
"version": "2023.1.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/v2023.1.1/slang-2023.1.1-win64.zip",
|
|
"hash": "73a92000b2315b97017a7ce383f15d4fca1ebf867046a2c03df64bbf62cb4ecd",
|
|
"bin": [
|
|
"bin/windows-x64/release/slangc.exe",
|
|
"bin/windows-x64/release/slangd.exe"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/shader-slang/slang/releases/download/v2023.1.1/slang-2023.1.1-win32.zip",
|
|
"hash": "92ab1c8c183f3b4e2ea6a523add5829351730b6f81992460b9bb7292a80274ba",
|
|
"bin": [
|
|
"bin/windows-x86/release/slangc.exe",
|
|
"bin/windows-x86/release/slangd.exe"
|
|
]
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/shader-slang/slang/releases/download/v2023.1.1/slang-2023.1.1-win-arm64.zip",
|
|
"hash": "b699e37ab77117223ff05dc4b8c7f65784bd42e0e319d7d1b8abcc857411e661",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|