From 7fd516d59deb93d0f83a28712aa7b8124bce5746 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:24:34 +0000 Subject: [PATCH] slang: Update to version 2023.4.10 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index be6b552e94..9e3dff6dfe 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.4.9", + "version": "2023.4.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.4.9/slang-2023.4.9-win64.zip", - "hash": "ce3029ea3870e4ca307996f026c5d183d3c942b986c5a3ed426b2a52731fce14", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.4.10/slang-2023.4.10-win64.zip", + "hash": "80a321ba4081a1ed4528a00f8ab25db86f2bd5274bcbcfd5940109824cbe2b33", "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.9/slang-2023.4.9-win32.zip", - "hash": "b185caadb6097e5ab877adbe137a090c26a8c644da7d5f82ade94089c0fea691", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.4.10/slang-2023.4.10-win32.zip", + "hash": "fce8e214dcdbbac6e0fc9d590a1949058c03e113a49e920aea52156c6805a2df", "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.9/slang-2023.4.9-win-arm64.zip", - "hash": "1a986d749cd543eb2281ca1f6251964610f3ec3cacedc7b4736bd6e99aae0a34", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.4.10/slang-2023.4.10-win-arm64.zip", + "hash": "c18ab49ff344726e2d607619c7778d752f2c3822d1067ca3c9a88c25d54716ef", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"