diff --git a/bucket/slang.json b/bucket/slang.json index 27e025f809..8878beafea 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.3.2", + "version": "2023.3.3", "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.2/slang-2023.3.2-win64.zip", - "hash": "d8d92903997d373307c7693dc87689273c1661cc48e153a51937bcc5d3da5e67", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.3/slang-2023.3.3-win64.zip", + "hash": "573cff9782f0ac205470d793ea65252a9d8110cf1de0341490ce9b45ffa683fa", "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.2/slang-2023.3.2-win32.zip", - "hash": "a0d3e3a9da86149d3c225226b512cdf2ef7dfec78910e834652d37ea5c898382", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.3/slang-2023.3.3-win32.zip", + "hash": "a9117fd1453c2afa86897215365658b9cd3675a54be71412a12f8b616cf2f3ae", "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.2/slang-2023.3.2-win-arm64.zip", - "hash": "92de68194e1d454798b4bfd3d45194903804b0c84f56286049b1d272f7f3d9c9", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.3/slang-2023.3.3-win-arm64.zip", + "hash": "2e6c5a99131d08890007958d6b5a36b4df1e56cae7a90ad091cf326dd8bb5d74", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"