mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-11 14:15:14 +00:00
49 lines
1.9 KiB
JSON
49 lines
1.9 KiB
JSON
{
|
|
"version": "2023.3.3",
|
|
"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.3.3/slang-2023.3.3-win64.zip",
|
|
"hash": "573cff9782f0ac205470d793ea65252a9d8110cf1de0341490ce9b45ffa683fa",
|
|
"bin": [
|
|
"bin/windows-x64/release/slangc.exe",
|
|
"bin/windows-x64/release/slangd.exe"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/shader-slang/slang/releases/download/v2023.3.3/slang-2023.3.3-win32.zip",
|
|
"hash": "a9117fd1453c2afa86897215365658b9cd3675a54be71412a12f8b616cf2f3ae",
|
|
"bin": [
|
|
"bin/windows-x86/release/slangc.exe",
|
|
"bin/windows-x86/release/slangd.exe"
|
|
]
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/shader-slang/slang/releases/download/v2023.3.3/slang-2023.3.3-win-arm64.zip",
|
|
"hash": "2e6c5a99131d08890007958d6b5a36b4df1e56cae7a90ad091cf326dd8bb5d74",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|