diff --git a/bucket/slang.json b/bucket/slang.json index 7f36b38fe0..23ac87ce8d 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.0.12", + "version": "2024.0.14", "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.12/slang-2024.0.12-win64.zip", - "hash": "d0b7fce1db1df360d4aa20326a9bcd61745c32594ccc307d79a8386195159ae4", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.14/slang-2024.0.14-win64.zip", + "hash": "01d16de0a1c968e08ebe46a9ab107f2e4375ccb66c0d8bc3e8619bebdacd01d8", "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.12/slang-2024.0.12-win32.zip", - "hash": "c116aa52ec8c6ae30d27dfb9e6328ea203fa9fe14615e92db7bc87e37cf9e2c1", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.14/slang-2024.0.14-win32.zip", + "hash": "5d872c426da2760a740217104e52e55a3d656f1986d30dbee21fdee2bf44da03", "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.12/slang-2024.0.12-win-arm64.zip", - "hash": "1e27544a467adb64493bb94a64a2151cd61107526ec31ad8d30a2f8471b3bae9", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.14/slang-2024.0.14-win-arm64.zip", + "hash": "43e2cbb65081d118e62c5572baf97ba38b1906f067850e1609933d913f5213a6", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"