diff --git a/bucket/slang.json b/bucket/slang.json index 53f07a6515..5053f636bd 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.0.1", + "version": "2023.0.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.0.1/slang-2023.0.1-win64.zip", - "hash": "20aa495b847d40b7fccd31fe40397cb07852fb7207cb64d956e07dd75116b6eb", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.2/slang-2023.0.2-win64.zip", + "hash": "3a13b9eb7e846d3a9f02e3a193d74c00aee52ad1dc17bdc7ed7a9979fb24ce62", "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.1/slang-2023.0.1-win32.zip", - "hash": "aae31cd170ff489710e729b9fb43299a10ecc24cf03eca35a7c7019886069f99", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.2/slang-2023.0.2-win32.zip", + "hash": "8311bcba873165952c1fb43e9502e68088b333c24d5c829127dcd6968fb1d7e6", "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.1/slang-2023.0.1-win-arm64.zip", - "hash": "b6714f90e020b9d4494e59871ee1341f4d2888194169e27931e6035650209aa9", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.2/slang-2023.0.2-win-arm64.zip", + "hash": "8e43dde6c307196166ede1f094f5d0229a616348601da60102c60c727b0df36c", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"