mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
49 lines
1.9 KiB
JSON
49 lines
1.9 KiB
JSON
{
|
|
"version": "0.28.2",
|
|
"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/v0.28.2/slang-0.28.2-win64.zip",
|
|
"hash": "d0116666be29e81cae514550ca16a7df3a14fb24481ba67d059a0e64124a59d4",
|
|
"bin": [
|
|
"bin/windows-x64/release/slangc.exe",
|
|
"bin/windows-x64/release/slangd.exe"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/shader-slang/slang/releases/download/v0.28.2/slang-0.28.2-win32.zip",
|
|
"hash": "ec46329fa48ae86db07e32cbe5fc7eb705cc73ac528b69af5bedf7d7818b6ed3",
|
|
"bin": [
|
|
"bin/windows-x86/release/slangc.exe",
|
|
"bin/windows-x86/release/slangd.exe"
|
|
]
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/shader-slang/slang/releases/download/v0.28.2/slang-0.28.2-win-arm64.zip",
|
|
"hash": "689963bbd0cd115c6174a15c574df0b02fe25adcd130fc7a54c79560da8df075",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|