From 319b82cf75c86209c2224f91598bc0e761fdfcf0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 04:26:40 +0000 Subject: [PATCH] slang: Update to version 2023.5.0 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 9e3dff6dfe..bdd1dce1a7 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.4.10", + "version": "2023.5.0", "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.10/slang-2023.4.10-win64.zip", - "hash": "80a321ba4081a1ed4528a00f8ab25db86f2bd5274bcbcfd5940109824cbe2b33", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.0/slang-2023.5.0-win64.zip", + "hash": "46b605496fa52f39d955f66a83c897bcb7d1ce46d6a7f06e5b6672115320fdd4", "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.10/slang-2023.4.10-win32.zip", - "hash": "fce8e214dcdbbac6e0fc9d590a1949058c03e113a49e920aea52156c6805a2df", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.0/slang-2023.5.0-win32.zip", + "hash": "792542dcf023a851a1bfe1531459d44b077e633c0039a97a19a70b45c283e54f", "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.10/slang-2023.4.10-win-arm64.zip", - "hash": "c18ab49ff344726e2d607619c7778d752f2c3822d1067ca3c9a88c25d54716ef", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.0/slang-2023.5.0-win-arm64.zip", + "hash": "3c9bc183cf897203c55c28609760bf64382d4e5d231d2ced741cd86bca4f1047", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"