diff --git a/bucket/slang.json b/bucket/slang.json index 23ac87ce8d..40325641e0 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.0.14", + "version": "2024.0.15", "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.14/slang-2024.0.14-win64.zip", - "hash": "01d16de0a1c968e08ebe46a9ab107f2e4375ccb66c0d8bc3e8619bebdacd01d8", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.15/slang-2024.0.15-win64.zip", + "hash": "4023381158583527ea98b7a42828c90d38ed3f3763218877c7a8f3e1ff0ff4c4", "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.14/slang-2024.0.14-win32.zip", - "hash": "5d872c426da2760a740217104e52e55a3d656f1986d30dbee21fdee2bf44da03", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.15/slang-2024.0.15-win32.zip", + "hash": "f84b4a40c28c837844c48a226cb8356740d8ecf06a821737f206720009f21fe8", "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.14/slang-2024.0.14-win-arm64.zip", - "hash": "43e2cbb65081d118e62c5572baf97ba38b1906f067850e1609933d913f5213a6", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.15/slang-2024.0.15-win-arm64.zip", + "hash": "ed07d0aadf5a8a5af7644fa9faf5ab73e5d1b6927b4d5e9e5f723cc6f08fadcf", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"