From 2694e5ebf8c6950b77bdea31dc3b6c9e1e8878f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 04:26:35 +0000 Subject: [PATCH] slang: Update to version 2023.5.6 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 6f9a6f5f60..ff48e9fc49 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.5.5", + "version": "2023.5.6", "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.5/slang-2023.5.5-win64.zip", - "hash": "0110f2affbe84aed1bcdca1487ce7d4862e1103bff64158b45c7cf0168a5a050", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.6/slang-2023.5.6-win64.zip", + "hash": "6c6147d086de2c12ca062eba28f2d23e650873f0e1a50134eb7dcdea3c6e06cd", "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.5/slang-2023.5.5-win32.zip", - "hash": "b70bf71c893d24f7e2031f46062c03a4a97c2ae50705c8dfa59e921d4f961da7", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.6/slang-2023.5.6-win32.zip", + "hash": "40093e5e8bbc3b46073363ca789e50a8e2c3731f07767ab2db43519b0e25fc49", "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.5/slang-2023.5.5-win-arm64.zip", - "hash": "00ea1aae2daeb6b68f8ab8c06c78b9d6c9fd785d4b7079cd8a9132f5ee723dff", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.6/slang-2023.5.6-win-arm64.zip", + "hash": "62760c04f6efc9f9dd6a93d81e2831ff88f08cdfdf832a5e876cbadde55b7f9d", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"