From 11343cd8cc12c0561b135d24030b09fadf3ef62b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 04:26:32 +0000 Subject: [PATCH] slang: Update to version 2023.5.2 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 97534681a9..1f25b755bb 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.5.1", + "version": "2023.5.2", "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.5.1/slang-2023.5.1-win64.zip", - "hash": "b59264302aafff71cb897eb7995cc862095aea2295324e0a859b3eea5c26ab66", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.2/slang-2023.5.2-win64.zip", + "hash": "971d62d96c691c5096366992137ba117d00d7cf962c7a4ba62e98c942370789c", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.1/slang-2023.5.1-win32.zip", - "hash": "6c8052f7bc672a854157eb86d2057a8f338227570aa5ede1d04517a734490ad3", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.2/slang-2023.5.2-win32.zip", + "hash": "bde234ab227129048a96e2e2dec68718487a01f71e80f10f5e77b9b450c7f828", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.1/slang-2023.5.1-win-arm64.zip", - "hash": "73276d8b946c38ec53a006db677fbbd0916de2f9fa21a7c0e4f890d071ec7c43", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.2/slang-2023.5.2-win-arm64.zip", + "hash": "8d363cc879766120a325ca5b892845fd3c10b3b085df645abaa3f1968c303a01", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"