diff --git a/bucket/slang.json b/bucket/slang.json index 527fdcbd93..845eb6fc6b 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.0.3", + "version": "2023.0.4", "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.0.3/slang-2023.0.3-win64.zip", - "hash": "f98a2145817ccda375d9aea003a508081a4274154577a6e01de425056ec4b608", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.4/slang-2023.0.4-win64.zip", + "hash": "c2d43077abb2a1a213ff6d893c56c010958e73cb5a6f342336725017d35df149", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.3/slang-2023.0.3-win32.zip", - "hash": "0bcedbfcd3c7e73e9ebd030e5ae17f5b3a0b8ab001ce5980fd487517551da09e", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.4/slang-2023.0.4-win32.zip", + "hash": "cd21e54337650a0e0e9b4c4a4d1746277255cc37aee9e21657d28a8b2d442dba", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.3/slang-2023.0.3-win-arm64.zip", - "hash": "9651520fb38fb91bf262a64bbdd74d97db293fef7bc6dcd4049315109bb63e4a", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.4/slang-2023.0.4-win-arm64.zip", + "hash": "c35a99d821588b77c694885af345b8bf93b997dc5000f589c9e9f392c155bc5e", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"