From cc8b7918d3e7c3d8329d9eb36a9d39eb5e5feb17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 01:14:44 +0000 Subject: [PATCH] slang: Update to version 2024.1.6 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 6af4c64c85..6cf24105ff 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.1.5", + "version": "2024.1.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/v2024.1.5/slang-2024.1.5-win64.zip", - "hash": "1a96156abe3c5fa87d018a880b47ce8c4684ba1fe08a4c01dbbd75b39fb53b05", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.6/slang-2024.1.6-win64.zip", + "hash": "093a9d53bb5b44bf23446701f6baee47e08b6fe036e1a87a2155a8824aead786", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.5/slang-2024.1.5-win32.zip", - "hash": "986ed9eae962400fe8032845d39a72148002d55ba28f2dac143229d7fdd8e0df", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.6/slang-2024.1.6-win32.zip", + "hash": "1f6aa45a26bf829e104e75a038423c5b9cad08a4d56fced4c33186145299dcc4", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.5/slang-2024.1.5-win-arm64.zip", - "hash": "e295cc282111d30e0a6fe99e3c506aca815fe679c21d6f8d3322414bdad964b8", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.6/slang-2024.1.6-win-arm64.zip", + "hash": "3e6c995d8e0fd964afc4e73dcdfaad35a5351dcdcf0b4243a7a7dcc2d62cec7f", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"