diff --git a/bucket/slang.json b/bucket/slang.json index ee07ebfa17..87c8bb7e89 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "0.27.8", + "version": "0.27.9", "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.8/slang-0.27.8-win64.zip", - "hash": "692bcc9a885ef98b86b69baf7a3a7e86ebfc996bfe407ff13bbe80b66b57b567", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.9/slang-0.27.9-win64.zip", + "hash": "359d80616dfeda278e19d30438b815da42fc8027db53d53deedd0e945f3c6eb7", "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.8/slang-0.27.8-win32.zip", - "hash": "43f1f9fde61855338e9e73f257dfa3072462e0a1607e16dadf668952dc838304", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.9/slang-0.27.9-win32.zip", + "hash": "b86c70454e15197c082d75afc4bfa76dd130a76bfb5f4af020c83bcee40aa33c", "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.8/slang-0.27.8-win-arm64.zip", - "hash": "ea52041f681766075e2069c62e1364b9133ed720fa71c4075b617046810a61fd", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.9/slang-0.27.9-win-arm64.zip", + "hash": "ba432b6a0984171eb2b340b53f1f6a4bea76ee92ac7937467ceeb42b6c19197e", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"