diff --git a/bucket/slang.json b/bucket/slang.json index df72f129b7..42659e3d19 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.1.0", + "version": "2023.1.1", "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.1.0/slang-2023.1.0-win64.zip", - "hash": "e2b2c0e5562d5cff15372315ac864de29547b20d540c669a13b31a2bcdd7b08d", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.1.1/slang-2023.1.1-win64.zip", + "hash": "73a92000b2315b97017a7ce383f15d4fca1ebf867046a2c03df64bbf62cb4ecd", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.1.0/slang-2023.1.0-win32.zip", - "hash": "19cac3f539fa0f5f4a6765ad255581e298515a141bff292ba09005a08e5071f8", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.1.1/slang-2023.1.1-win32.zip", + "hash": "92ab1c8c183f3b4e2ea6a523add5829351730b6f81992460b9bb7292a80274ba", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.1.0/slang-2023.1.0-win-arm64.zip", - "hash": "11e4b530972876a8a993246dce7e681b3e815dee652dccd03fbfe7e23f68a58b", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.1.1/slang-2023.1.1-win-arm64.zip", + "hash": "b699e37ab77117223ff05dc4b8c7f65784bd42e0e319d7d1b8abcc857411e661", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"