From dbc29f03f20df5f65124125fe92c99a76a171f7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 04:25:24 +0000 Subject: [PATCH] slang: Update to version 2023.4.1 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index b5bff39721..846033924e 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.4.0", + "version": "2023.4.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.4.0/slang-2023.4.0-win64.zip", - "hash": "a44b827b69b6731de3da95ea0f9a9f181370fd7fcf86151d350526d0927d0fd1", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.4.1/slang-2023.4.1-win64.zip", + "hash": "41c518f9ef2cb8c3990039301936b27a2d361f1b8582210cb0e92912a4426016", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.4.0/slang-2023.4.0-win32.zip", - "hash": "809362a806e410c32d1cecb84fbe646025987297313b960a8ede275e6bdf0a2f", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.4.1/slang-2023.4.1-win32.zip", + "hash": "8559dbfa0d3926a47c0c6c300706e4fdb9913c792c79166ddbf4eede2dbd5dc9", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.4.0/slang-2023.4.0-win-arm64.zip", - "hash": "f86522dacdd53a9d45742691c763fc62e4e036cab4fc41f587d7b614ebece49f", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.4.1/slang-2023.4.1-win-arm64.zip", + "hash": "d52659119313455bb7267d9962b22dbab3f30c81bfc90507c82f7f4b14e7e47a", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"