From bcb9bae5077649bc6c49c576fe4127fe33f95514 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 04:26:42 +0000 Subject: [PATCH] slang: Update to version 2024.1.4 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 3e6c07b5fd..1984059040 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.1.3", + "version": "2024.1.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.1.3/slang-2024.1.3-win64.zip", - "hash": "62dac6c14f924a8dcdf389a4f0b314a8ff02e721804348db974d09546b921b46", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.4/slang-2024.1.4-win64.zip", + "hash": "a59e78d2035ae8ed19e778fe9186bc16e06c54c38141f519631440dccfe2c048", "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.3/slang-2024.1.3-win32.zip", - "hash": "c5ef4dc35404d50076e92d44d9991d534fb3b2461aef714e30ea2455402d5c13", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.4/slang-2024.1.4-win32.zip", + "hash": "8469c2f1dca4c2efdf81dd865079a7d571acfa2939b62834c4a54cfe6bb8f52c", "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.3/slang-2024.1.3-win-arm64.zip", - "hash": "3cc2467ee9cac715d9cdf29a08852d562159d6582c1293ed6d1a459a25ea4073", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.4/slang-2024.1.4-win-arm64.zip", + "hash": "27967f8ac70a128fb709591001c59762c1764ef130110b5f4a0b4b6ad2f6def6", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"