diff --git a/bucket/slang.json b/bucket/slang.json index 3db58e4600..5aa74510d4 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.0.0", + "version": "2024.0.1", "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.0/slang-2024.0.0-win64.zip", - "hash": "af2a69d3dea21531d54d43eb193e63f1d55e40e8c664654bc5a8c074e9785853", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.1/slang-2024.0.1-win64.zip", + "hash": "98634a9105ca6d324c288a2e227f22afeb3bb8b744a12dd5135c60956d7f2bab", "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.0/slang-2024.0.0-win32.zip", - "hash": "4a03280fd9af5a4488353c28b0aacc1162bd7fe18b945e7a5d32eb13ab3e3544", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.1/slang-2024.0.1-win32.zip", + "hash": "60277d8c276e31219fda1051f3c643117b36daa0da022d72d097cc21ac5eede1", "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.0/slang-2024.0.0-win-arm64.zip", - "hash": "ca7eef646d7752d0a4174f02416f82b58dc7cf925f0e1ded33f163f4b708cc24", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.1/slang-2024.0.1-win-arm64.zip", + "hash": "3d1e959f04112f16aa0f2c71dcf351ad602892ee48e3921d0ddbc3410f6e470b", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"