From 157dd5412a57731a9dbc06731c678067f804cbe9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 12:30:08 +0000 Subject: [PATCH] slang: Update to version 2023.4.4 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 788b7b63ef..e80eee7d03 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.4.3", + "version": "2023.4.4", "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.3/slang-2023.4.3-win64.zip", - "hash": "8250250a1a893fffdacdc566b1ea83d0a01199567e1ec5c65752e4dc8adaf199", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.4.4/slang-2023.4.4-win64.zip", + "hash": "beb0e086475501b7cc7c3293272af2eed8d8118c6c3b2fcb436283a910d18d3f", "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.3/slang-2023.4.3-win32.zip", - "hash": "3b514a7eb06b68c541b7849e510847f67ccc97b2680d773a70921cf0686bc67b", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.4.4/slang-2023.4.4-win32.zip", + "hash": "6695ce53c3d72e9d75d5517c7a35e1afae1d210ce9f722b28c52c7a91fc7667c", "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.3/slang-2023.4.3-win-arm64.zip", - "hash": "1eaf58cf68d8dec25c9e6f175c4adc35c7ac7ca6a8a135426a6cb578a608cd44", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.4.4/slang-2023.4.4-win-arm64.zip", + "hash": "c70b0f9735cc22ece87b147b7ea58df611390d0edf9ee90d315fec0145c1392a", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"