mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-18 09:35:14 +00:00
49 lines
1.9 KiB
JSON
49 lines
1.9 KiB
JSON
{
|
|
"version": "2023.4.5",
|
|
"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.4.5/slang-2023.4.5-win64.zip",
|
|
"hash": "4ab71d53b88a62a1445ca7abe54aa1f938ce4effe80c1fbc54b9a60b0c2047f7",
|
|
"bin": [
|
|
"bin/windows-x64/release/slangc.exe",
|
|
"bin/windows-x64/release/slangd.exe"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/shader-slang/slang/releases/download/v2023.4.5/slang-2023.4.5-win32.zip",
|
|
"hash": "8fc847c6e9c09599bd13178c4b0dab1f11d0807aa3c921db55fbdfbcef1b66dc",
|
|
"bin": [
|
|
"bin/windows-x86/release/slangc.exe",
|
|
"bin/windows-x86/release/slangd.exe"
|
|
]
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/shader-slang/slang/releases/download/v2023.4.5/slang-2023.4.5-win-arm64.zip",
|
|
"hash": "ad2d8aa395a6540e2efe42c0129a039c4e11cf068cc1004f6d7b8c959cdd105d",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|