mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 11:41:20 +00:00
slang: Update to version 2023.4.8
This commit is contained in:
parent
d51fae1ec8
commit
19772601f5
@ -1,28 +1,28 @@
|
||||
{
|
||||
"version": "2023.4.7",
|
||||
"version": "2023.4.8",
|
||||
"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.7/slang-2023.4.7-win64.zip",
|
||||
"hash": "ee9784b0c16f383b8016502adae7948eea793c4cdc14eda69050da78f2d2490f",
|
||||
"url": "https://github.com/shader-slang/slang/releases/download/v2023.4.8/slang-2023.4.8-win64.zip",
|
||||
"hash": "5fb8d579725d42570098786db3e2e6c213b1d4523c041bcfb508e677576407fc",
|
||||
"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.7/slang-2023.4.7-win32.zip",
|
||||
"hash": "af0ce107fc8450a12068958a50e9bdb6a52d0c60b43eb244b86717bc70e0876f",
|
||||
"url": "https://github.com/shader-slang/slang/releases/download/v2023.4.8/slang-2023.4.8-win32.zip",
|
||||
"hash": "ffc7771e02afac06ea234dfbecf081d0b3ee48875e8f7e93e07e7e3eea892a86",
|
||||
"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.7/slang-2023.4.7-win-arm64.zip",
|
||||
"hash": "de5e39b29b8cec666103f7530c371ef8e75467e963a65f5f73f8cc5e629440ca",
|
||||
"url": "https://github.com/shader-slang/slang/releases/download/v2023.4.8/slang-2023.4.8-win-arm64.zip",
|
||||
"hash": "eba2051c2c347210cc9547f9c85133e8b1fc2f1ce1b8e7b72a4e82e478cabc1d",
|
||||
"bin": [
|
||||
"bin/windows-aarch64/release/slangc.exe",
|
||||
"bin/windows-aarch64/release/slangd.exe"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user