diff --git a/bucket/slang.json b/bucket/slang.json index afcd22fcc5..1d812dde75 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.1.13", + "version": "2024.1.14", "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.13/slang-2024.1.13-win64.zip", - "hash": "105cb8d8873cbe67ea55bdfe1dfc9720ef2147c547684cf8a4ca52bd7c94d10c", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.14/slang-2024.1.14-win64.zip", + "hash": "2e99152e23f9e743f81d7edb5c89679889f9ebf5f1a3c3b008b71e89aa470ca3", "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.13/slang-2024.1.13-win32.zip", - "hash": "0bcbc3799504e9a7b3d5542cac5dab3851eb7e956904baf84b019c57f34a3a40", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.14/slang-2024.1.14-win32.zip", + "hash": "1a725cc1057c9c9e8ee1fc470cde25968f87696407a04195e50f6df9d26a2b07", "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.13/slang-2024.1.13-win-arm64.zip", - "hash": "37d0e431d374885731faa77ada95f4cdc400f805f4270f8508418b107388f259", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.14/slang-2024.1.14-win-arm64.zip", + "hash": "17c09efd26b0d08b0299191d1e06a2f4fec59f2dd6c382e61e4d4b74b2b5da5a", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"