diff --git a/bucket/slang.json b/bucket/slang.json index ec74c42fe0..a137121159 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "0.27.10", + "version": "0.27.11", "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.10/slang-0.27.10-win64.zip", - "hash": "8d33e3e5592760250606334ad3f718d1ee34b108bfe1e1109cb3c6e3fa979a85", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.11/slang-0.27.11-win64.zip", + "hash": "d870e68975659a2bfbfc5e33998f6b8c5e0d889af41714b2f1f9de42463ea46d", "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.10/slang-0.27.10-win32.zip", - "hash": "105a44f128f47b277e402e64ca1ac2765e084ea986d1e3a24064bdfac3ff2d3a", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.11/slang-0.27.11-win32.zip", + "hash": "b466a67dd7ed5e346a407ddc4e013f25560e8001373e0a8f09c52fe5c35a5f6b", "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.10/slang-0.27.10-win-arm64.zip", - "hash": "e4e489b88620b0ee60302c8a3bb2f569a6cf53780c8967ce95391210a2612c9d", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.11/slang-0.27.11-win-arm64.zip", + "hash": "4117cf16c4d5f125bdb1088358546a115411d72bea6743fb7b2bef429f1250d7", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"