diff --git a/bucket/slang.json b/bucket/slang.json index 365cf167b0..4ba0df96d1 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.1.24", + "version": "2024.1.25", "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.24/slang-2024.1.24-win64.zip", - "hash": "9c49961bdd426f7d1a9e2213b124ad36e8b7359dad2750e4e49d79717fbbebe0", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.25/slang-2024.1.25-win64.zip", + "hash": "13a159bf8b44132cc78f8e0aa79b32b175cf3afa0f25d587319f9ade46471406", "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.24/slang-2024.1.24-win32.zip", - "hash": "18dd644d2415cc65ddc085f68abd7103869e68c7113943fbcab6f35452624d71", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.25/slang-2024.1.25-win32.zip", + "hash": "7b8868e4c4d123bef4807c0e7f69abdacc4cdab614d10b7b61ac052097763321", "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.24/slang-2024.1.24-win-arm64.zip", - "hash": "8c258925016a21ac25805786af3d44e9e1cc9f57aae91552b4265160c36804fa", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.25/slang-2024.1.25-win-arm64.zip", + "hash": "6e8be837877bc9ec9c518c08473343df21bf460abc0d0103b04514ead8b384ae", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"