From 33d329bf207caefc49deadc360f6a5a2fcaa66e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 12:30:19 +0000 Subject: [PATCH] slang: Update to version 2023.5.8 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 53d4ae3402..833e8f6770 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.5.7", + "version": "2023.5.8", "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/v2023.5.7/slang-2023.5.7-win64.zip", - "hash": "2461a42fe43429d23bcc396f6b6feb8cc5f7ebc5e426fe2cd436d97d4ab1dcde", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.8/slang-2023.5.8-win64.zip", + "hash": "0e0472a8bebd52770a2700b46c78c20d361c5b99152c3d6a64b458b7906a6836", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.7/slang-2023.5.7-win32.zip", - "hash": "bc8ba3381a501e20c113ac373bc5f17596918e2ed17f23c96d5d478cccea2808", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.8/slang-2023.5.8-win32.zip", + "hash": "b6d7b30df5e9989c4c6b06b392c7dca97855fa27a4231b165d042ccebc3c1e93", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.7/slang-2023.5.7-win-arm64.zip", - "hash": "2dbc73735c68e5de324e00cfb9a72fb43cf8965898f756af77c4e33cc1af6d34", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.8/slang-2023.5.8-win-arm64.zip", + "hash": "d92c4c1ef86aece31e6ad39c95f09c5fa5cd186445ddf51146b319f85f8f19b0", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"