diff --git a/bucket/slang.json b/bucket/slang.json index 87c8bb7e89..ec74c42fe0 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "0.27.9", + "version": "0.27.10", "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.9/slang-0.27.9-win64.zip", - "hash": "359d80616dfeda278e19d30438b815da42fc8027db53d53deedd0e945f3c6eb7", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.10/slang-0.27.10-win64.zip", + "hash": "8d33e3e5592760250606334ad3f718d1ee34b108bfe1e1109cb3c6e3fa979a85", "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.9/slang-0.27.9-win32.zip", - "hash": "b86c70454e15197c082d75afc4bfa76dd130a76bfb5f4af020c83bcee40aa33c", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.10/slang-0.27.10-win32.zip", + "hash": "105a44f128f47b277e402e64ca1ac2765e084ea986d1e3a24064bdfac3ff2d3a", "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.9/slang-0.27.9-win-arm64.zip", - "hash": "ba432b6a0984171eb2b340b53f1f6a4bea76ee92ac7937467ceeb42b6c19197e", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.10/slang-0.27.10-win-arm64.zip", + "hash": "e4e489b88620b0ee60302c8a3bb2f569a6cf53780c8967ce95391210a2612c9d", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"