From 58e4e7f30d195c7aa6b68c3ac847eefd7b117233 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 00:33:42 +0000 Subject: [PATCH] slang: Update to version 2024.1.24 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index efa2e680b8..365cf167b0 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.1.23", + "version": "2024.1.24", "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.23/slang-2024.1.23-win64.zip", - "hash": "0067a65ddcc21b396c17098a5d6eec0c420e5f9960fe22db931e018dd4c9ce09", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.24/slang-2024.1.24-win64.zip", + "hash": "9c49961bdd426f7d1a9e2213b124ad36e8b7359dad2750e4e49d79717fbbebe0", "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.23/slang-2024.1.23-win32.zip", - "hash": "b4d70a6b83ca7e6a47c94c6b7353efce1e41bf6f1319bf62a3e7ba95da1e004b", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.24/slang-2024.1.24-win32.zip", + "hash": "18dd644d2415cc65ddc085f68abd7103869e68c7113943fbcab6f35452624d71", "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.23/slang-2024.1.23-win-arm64.zip", - "hash": "9eb56348be3f7c86d2c09d7069d5e14d3d27eb5146c7b8e8a1b0b6ac52900e99", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.24/slang-2024.1.24-win-arm64.zip", + "hash": "8c258925016a21ac25805786af3d44e9e1cc9f57aae91552b4265160c36804fa", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"