diff --git a/bucket/slang.json b/bucket/slang.json index 14c6f55344..a0c666ad1f 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.0.4", + "version": "2024.0.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/v2024.0.4/slang-2024.0.4-win64.zip", - "hash": "913abdce546fea69a4b04d628fcafb15b96c4bc0fd434c9879454e5110d1b99b", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.5/slang-2024.0.5-win64.zip", + "hash": "036d3536df4833e951091e621361fd6b038a27456a329f4618027097292620bf", "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.4/slang-2024.0.4-win32.zip", - "hash": "6548a3081b54a87ba6d34ce4aff4819f267c3efc565b4dee67e9e40346cd8c66", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.5/slang-2024.0.5-win32.zip", + "hash": "36470b9c8c4145550f4657ae006477db9d13155995ceee085e83c9d410d8956c", "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.4/slang-2024.0.4-win-arm64.zip", - "hash": "5e907c4bc5abbdf50b76850095848e2cf9d6fb4aa8c19d074ec754318dc7c759", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.5/slang-2024.0.5-win-arm64.zip", + "hash": "8424035b31735adbd2f06e0c1ee7a23594511c472ff1fa5c2b092719e52b9e03", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"