diff --git a/bucket/slang.json b/bucket/slang.json index 1922f83e2d..27e025f809 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.3.1", + "version": "2023.3.2", "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/v2023.3.1/slang-2023.3.1-win64.zip", - "hash": "db2b8bbabd0c5afde5d894a189c85245f70876819b1bc88fc59c7e64ef48ac26", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.2/slang-2023.3.2-win64.zip", + "hash": "d8d92903997d373307c7693dc87689273c1661cc48e153a51937bcc5d3da5e67", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.1/slang-2023.3.1-win32.zip", - "hash": "e0cc08484dc5d7b6bb2ba379c83d17d662b20c964a7b01b70ad2ecaffcb21b26", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.2/slang-2023.3.2-win32.zip", + "hash": "a0d3e3a9da86149d3c225226b512cdf2ef7dfec78910e834652d37ea5c898382", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.1/slang-2023.3.1-win-arm64.zip", - "hash": "c32ca52eaa00c6f8d9ec6f4722e58145fb022a1ec32206703bf9cbb7cba10f04", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.2/slang-2023.3.2-win-arm64.zip", + "hash": "92de68194e1d454798b4bfd3d45194903804b0c84f56286049b1d272f7f3d9c9", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"