mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
slang: Update to version 2024.0.6
This commit is contained in:
parent
1142aa8946
commit
6e7ea3e49c
@ -1,28 +1,28 @@
|
||||
{
|
||||
"version": "2024.0.5",
|
||||
"version": "2024.0.6",
|
||||
"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/v2024.0.5/slang-2024.0.5-win64.zip",
|
||||
"hash": "036d3536df4833e951091e621361fd6b038a27456a329f4618027097292620bf",
|
||||
"url": "https://github.com/shader-slang/slang/releases/download/v2024.0.6/slang-2024.0.6-win64.zip",
|
||||
"hash": "70b9b3fa26bd75c6e54bd3b842390c31995104485efab1e644c3a99a6d3bebfc",
|
||||
"bin": [
|
||||
"bin/windows-x64/release/slangc.exe",
|
||||
"bin/windows-x64/release/slangd.exe"
|
||||
]
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/shader-slang/slang/releases/download/v2024.0.5/slang-2024.0.5-win32.zip",
|
||||
"hash": "36470b9c8c4145550f4657ae006477db9d13155995ceee085e83c9d410d8956c",
|
||||
"url": "https://github.com/shader-slang/slang/releases/download/v2024.0.6/slang-2024.0.6-win32.zip",
|
||||
"hash": "09aa6ccf99899c199ee0121311eeefd4ef39068a88562b030d66279939975b28",
|
||||
"bin": [
|
||||
"bin/windows-x86/release/slangc.exe",
|
||||
"bin/windows-x86/release/slangd.exe"
|
||||
]
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/shader-slang/slang/releases/download/v2024.0.5/slang-2024.0.5-win-arm64.zip",
|
||||
"hash": "8424035b31735adbd2f06e0c1ee7a23594511c472ff1fa5c2b092719e52b9e03",
|
||||
"url": "https://github.com/shader-slang/slang/releases/download/v2024.0.6/slang-2024.0.6-win-arm64.zip",
|
||||
"hash": "f198fcf49716fed1d11449d7ae95e76f0105bc325d300ddb644a68fdc7ed931d",
|
||||
"bin": [
|
||||
"bin/windows-aarch64/release/slangc.exe",
|
||||
"bin/windows-aarch64/release/slangd.exe"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user