diff --git a/bucket/slang.json b/bucket/slang.json index 24d64aa756..56d4a4a677 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.1.17", + "version": "2024.1.18", "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/v2024.1.17/slang-2024.1.17-win64.zip", - "hash": "769794984f81ed0a45b76f377fc6309652cef3a6d7d7b664d4466962cf445766", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.18/slang-2024.1.18-win64.zip", + "hash": "eca08ead4a37813961c12db291c7c191c1b4e5a57d9f08d0b23f8b5865a23f8c", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.17/slang-2024.1.17-win32.zip", - "hash": "84be1cfd49091fe3599e60fe05d15e9756eeeb58603f413ffea27f5af8bc19c5", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.18/slang-2024.1.18-win32.zip", + "hash": "cb954829cad194163ab3662fc78adae96fd688fa84cba50efe0b9fa4160d8ee2", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.17/slang-2024.1.17-win-arm64.zip", - "hash": "2d40ddf389e4e68b0c7fa3758102ba782dd309d211e657a87affab1b058e53af", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.18/slang-2024.1.18-win-arm64.zip", + "hash": "2cdac018de469bfdea16a0822f23498e66a4c63cc2fa7655a2a8e545bab3f965", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"