diff --git a/bucket/slang.json b/bucket/slang.json index 82dbbe7b3a..20a6cb62f0 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "0.27.14", + "version": "0.27.15", "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/v0.27.14/slang-0.27.14-win64.zip", - "hash": "060aa64f14ab935c847a3449eda9997286f142e3a81f943d4da328f31f943563", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.15/slang-0.27.15-win64.zip", + "hash": "3fe2428dbf6e91acd89582bc380dd8fc1a5c5676a53524f91450a03a4832681b", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v0.27.14/slang-0.27.14-win32.zip", - "hash": "50b178ac808ee6d3840faf4690b10fbca64048c51a05a479dfdf691bd2146f71", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.15/slang-0.27.15-win32.zip", + "hash": "6e40ea6c51e6840318c10e5a835e89d9530f5ea9f9d9a7b6d3879e9bbb847758", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v0.27.14/slang-0.27.14-win-arm64.zip", - "hash": "f133484e6cd86be9df1660cc694158c472f7644e5790811f4dfac17897a8ff35", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.15/slang-0.27.15-win-arm64.zip", + "hash": "53eb73a6314d879e3e3dc9f6463380fc03bf82835e77af539bfa1127a469ec22", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"