From 9c56ff0940b0bc2dc5ca0bb1f6d0faa682127754 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 16:27:48 +0000 Subject: [PATCH] slang: Update to version 2023.3.10 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index b32afe0253..2234e96f3c 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.3.9", + "version": "2023.3.10", "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.3.9/slang-2023.3.9-win64.zip", - "hash": "4affafb0a1d95394505a4431a0933f71e7644949783af109506a860e0656fd4a", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.10/slang-2023.3.10-win64.zip", + "hash": "644bfda7e28081e198f070ad6b022fc0c3c7ef365739403017870ad9fe8361cd", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.9/slang-2023.3.9-win32.zip", - "hash": "495cfa705fadd3f2704c3c918335e28cee2a536d1a4794b9d70fb180419e831a", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.10/slang-2023.3.10-win32.zip", + "hash": "c6f52e32a2e4b5ede68bd943bebffc44f2933d9d1bbb3a95f41f638de6a99451", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.9/slang-2023.3.9-win-arm64.zip", - "hash": "e8f74632c151a32dc6626911937ca9448d88307f83bf5be79edfb50f7df875ba", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.10/slang-2023.3.10-win-arm64.zip", + "hash": "78e00a7607da4ee6418cad385a498ce840674a446c2febeb91189cbfd22753a5", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"