diff --git a/bucket/slang.json b/bucket/slang.json index 44ef04e8c9..45fd94d739 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "0.27.3", + "version": "0.27.4", "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.3/slang-0.27.3-win64.zip", - "hash": "78cabf93499f71a34c46cd8517b8ff434e55ff24c034c9f83cf855b9b1d4988d", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.4/slang-0.27.4-win64.zip", + "hash": "cdf97c9c70ef6de4ecb1dff80f70dad9c05088ae5324e80d17f04870340af3dd", "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.3/slang-0.27.3-win32.zip", - "hash": "98388cb1fdb185431a4c270fe9c6b78f890f520709ac8a5e3d347fc0b49d5657", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.4/slang-0.27.4-win32.zip", + "hash": "1ed88c5ce45716fa5efb7a2a3ff5cc5d487af39105eb2ddc4440c2b8fbe0bc99", "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.3/slang-0.27.3-win-arm64.zip", - "hash": "2d9f0e9a64ffe2309f30cc9130bddcfbb8f00b58f6cfb277b190fe5aaa76b908", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.4/slang-0.27.4-win-arm64.zip", + "hash": "d8911e8c7455c16a07182d33499061cbf998e741b810f5aaa2867bb12b4073cc", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"