mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
slang: Update to version 2024.9.1 (#6086)
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
This commit is contained in:
parent
d3b5678b3e
commit
d83fd339e0
@ -1,47 +1,32 @@
|
|||||||
{
|
{
|
||||||
"version": "2024.1.26",
|
"version": "2024.9.1",
|
||||||
"description": "A new language and compiler for shader development.",
|
"description": "A new language and compiler for shader development.",
|
||||||
"homepage": "https://shader-slang.com/",
|
"homepage": "https://shader-slang.com/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.26/slang-2024.1.26-win64.zip",
|
"url": "https://github.com/shader-slang/slang/releases/download/v2024.9.1/slang-2024.9.1-windows-x86_64.zip",
|
||||||
"hash": "c699fb37dc114d645a6257dd910dc6b2d488b74aa46eb4082061851ac0913214",
|
"hash": "1b903fa92c8f7d832ac1607be865543ca2bb352342099de81e31d8b1d90d0f75"
|
||||||
"bin": [
|
|
||||||
"bin/windows-x64/release/slangc.exe",
|
|
||||||
"bin/windows-x64/release/slangd.exe"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"32bit": {
|
|
||||||
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.26/slang-2024.1.26-win32.zip",
|
|
||||||
"hash": "2d12dde7ed41a7bb2908fc6c0b06c83ca590294c3a2a1cf4155c60b27c92c619",
|
|
||||||
"bin": [
|
|
||||||
"bin/windows-x86/release/slangc.exe",
|
|
||||||
"bin/windows-x86/release/slangd.exe"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.26/slang-2024.1.26-win-arm64.zip",
|
"url": "https://github.com/shader-slang/slang/releases/download/v2024.9.1/slang-2024.9.1-windows-aarch64.zip",
|
||||||
"hash": "42eec87b6157b669be6c014bf184e8f9ce8a594d1635aa9ee28f3dac5fac7d32",
|
"hash": "4a4ea6297bbdfeb0141402b5dd6b5addf2cbef3bd1b2219238ad4e69dc9122e4"
|
||||||
"bin": [
|
|
||||||
"bin/windows-aarch64/release/slangc.exe",
|
|
||||||
"bin/windows-aarch64/release/slangd.exe"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"bin": [
|
||||||
|
"bin/slangc.exe",
|
||||||
|
"bin/slangd.exe"
|
||||||
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/shader-slang/slang"
|
"github": "https://github.com/shader-slang/slang"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-win64.zip"
|
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-windows-x86_64.zip"
|
||||||
},
|
|
||||||
"32bit": {
|
|
||||||
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-win32.zip"
|
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-win-arm64.zip"
|
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-windows-aarch64.zip"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user