diff --git a/bucket/slang.json b/bucket/slang.json index 5053f636bd..527fdcbd93 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.0.2", + "version": "2023.0.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.0.2/slang-2023.0.2-win64.zip", - "hash": "3a13b9eb7e846d3a9f02e3a193d74c00aee52ad1dc17bdc7ed7a9979fb24ce62", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.3/slang-2023.0.3-win64.zip", + "hash": "f98a2145817ccda375d9aea003a508081a4274154577a6e01de425056ec4b608", "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.2/slang-2023.0.2-win32.zip", - "hash": "8311bcba873165952c1fb43e9502e68088b333c24d5c829127dcd6968fb1d7e6", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.3/slang-2023.0.3-win32.zip", + "hash": "0bcedbfcd3c7e73e9ebd030e5ae17f5b3a0b8ab001ce5980fd487517551da09e", "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.2/slang-2023.0.2-win-arm64.zip", - "hash": "8e43dde6c307196166ede1f094f5d0229a616348601da60102c60c727b0df36c", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.3/slang-2023.0.3-win-arm64.zip", + "hash": "9651520fb38fb91bf262a64bbdd74d97db293fef7bc6dcd4049315109bb63e4a", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"