diff --git a/bucket/slang.json b/bucket/slang.json index 7732f8501e..e02ded21bc 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.2.1", + "version": "2023.3.0", "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.2.1/slang-2023.2.1-win64.zip", - "hash": "75d310d2bc33e2db3c426925a4b4b36af8c82ab60555a7e4c267b293e012d796", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.0/slang-2023.3.0-win64.zip", + "hash": "b74ee1dea7e8e6b25708084ac10497007a3f1c43f7cd8b1ac8d3b5e99302b9de", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.2.1/slang-2023.2.1-win32.zip", - "hash": "fd7d2a8c90f7d4191a9f268dc28f83988afb4c2cdd97c652563e94cb012ed254", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.0/slang-2023.3.0-win32.zip", + "hash": "c8f07f7544ccc2b9e1ed2faf8754124c8fef3547923000c021ffb728451c8943", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.2.1/slang-2023.2.1-win-arm64.zip", - "hash": "ca02f492cd6de6d3ee24668ad8b61f7ecdb2a574333b55fb8e709478a426965e", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.0/slang-2023.3.0-win-arm64.zip", + "hash": "42964e6e27c6f47bee54c39e623b763dfd9403557099283885af6dba6fb053fc", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"