From c0a496d3daf4048d459370d44c47fcd7b5830ea7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:28:17 +0000 Subject: [PATCH] slang: Update to version 2023.5.7 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index ff48e9fc49..53d4ae3402 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.5.6", + "version": "2023.5.7", "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.6/slang-2023.5.6-win64.zip", - "hash": "6c6147d086de2c12ca062eba28f2d23e650873f0e1a50134eb7dcdea3c6e06cd", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.7/slang-2023.5.7-win64.zip", + "hash": "2461a42fe43429d23bcc396f6b6feb8cc5f7ebc5e426fe2cd436d97d4ab1dcde", "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.6/slang-2023.5.6-win32.zip", - "hash": "40093e5e8bbc3b46073363ca789e50a8e2c3731f07767ab2db43519b0e25fc49", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.7/slang-2023.5.7-win32.zip", + "hash": "bc8ba3381a501e20c113ac373bc5f17596918e2ed17f23c96d5d478cccea2808", "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.6/slang-2023.5.6-win-arm64.zip", - "hash": "62760c04f6efc9f9dd6a93d81e2831ff88f08cdfdf832a5e876cbadde55b7f9d", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.7/slang-2023.5.7-win-arm64.zip", + "hash": "2dbc73735c68e5de324e00cfb9a72fb43cf8965898f756af77c4e33cc1af6d34", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"