From 9a377946efb470f9b9788248e1406de4f6f88465 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 12:30:24 +0000 Subject: [PATCH] slang: Update to version 2023.3.1 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index e02ded21bc..1922f83e2d 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.3.0", + "version": "2023.3.1", "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.0/slang-2023.3.0-win64.zip", - "hash": "b74ee1dea7e8e6b25708084ac10497007a3f1c43f7cd8b1ac8d3b5e99302b9de", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.1/slang-2023.3.1-win64.zip", + "hash": "db2b8bbabd0c5afde5d894a189c85245f70876819b1bc88fc59c7e64ef48ac26", "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.0/slang-2023.3.0-win32.zip", - "hash": "c8f07f7544ccc2b9e1ed2faf8754124c8fef3547923000c021ffb728451c8943", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.1/slang-2023.3.1-win32.zip", + "hash": "e0cc08484dc5d7b6bb2ba379c83d17d662b20c964a7b01b70ad2ecaffcb21b26", "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.0/slang-2023.3.0-win-arm64.zip", - "hash": "42964e6e27c6f47bee54c39e623b763dfd9403557099283885af6dba6fb053fc", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.1/slang-2023.3.1-win-arm64.zip", + "hash": "c32ca52eaa00c6f8d9ec6f4722e58145fb022a1ec32206703bf9cbb7cba10f04", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"