From ae20ca0db7d58a598783c055b0a87095e86c571f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 00:32:43 +0000 Subject: [PATCH] slang: Update to version 2024.0.4 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index abaac399c5..14c6f55344 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.0.3", + "version": "2024.0.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/v2024.0.3/slang-2024.0.3-win64.zip", - "hash": "a60129c2b01d6f7767e137c6a12a5eac5c55ed2f78d0d837d5b435fb75592463", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.4/slang-2024.0.4-win64.zip", + "hash": "913abdce546fea69a4b04d628fcafb15b96c4bc0fd434c9879454e5110d1b99b", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.3/slang-2024.0.3-win32.zip", - "hash": "95efd5635efc90797b55e24909bad0831587768708222236de72ae1b3c9e1c07", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.4/slang-2024.0.4-win32.zip", + "hash": "6548a3081b54a87ba6d34ce4aff4819f267c3efc565b4dee67e9e40346cd8c66", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.3/slang-2024.0.3-win-arm64.zip", - "hash": "8ba2bf29e193a0cf44fe07ec6a32bdce49634e66a93bfaf9d481625b14a153fe", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.4/slang-2024.0.4-win-arm64.zip", + "hash": "5e907c4bc5abbdf50b76850095848e2cf9d6fb4aa8c19d074ec754318dc7c759", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"