diff --git a/bucket/slang.json b/bucket/slang.json index 1984059040..6af4c64c85 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.1.4", + "version": "2024.1.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.1.4/slang-2024.1.4-win64.zip", - "hash": "a59e78d2035ae8ed19e778fe9186bc16e06c54c38141f519631440dccfe2c048", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.5/slang-2024.1.5-win64.zip", + "hash": "1a96156abe3c5fa87d018a880b47ce8c4684ba1fe08a4c01dbbd75b39fb53b05", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.4/slang-2024.1.4-win32.zip", - "hash": "8469c2f1dca4c2efdf81dd865079a7d571acfa2939b62834c4a54cfe6bb8f52c", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.5/slang-2024.1.5-win32.zip", + "hash": "986ed9eae962400fe8032845d39a72148002d55ba28f2dac143229d7fdd8e0df", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.4/slang-2024.1.4-win-arm64.zip", - "hash": "27967f8ac70a128fb709591001c59762c1764ef130110b5f4a0b4b6ad2f6def6", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.5/slang-2024.1.5-win-arm64.zip", + "hash": "e295cc282111d30e0a6fe99e3c506aca815fe679c21d6f8d3322414bdad964b8", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"