From 57cb9c0e6b17cc1434bbea454d69a76aedb91179 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 08:28:51 +0000 Subject: [PATCH] slang: Update to version 2024.1.19 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 56d4a4a677..e2486f92d5 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.1.18", + "version": "2024.1.19", "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.18/slang-2024.1.18-win64.zip", - "hash": "eca08ead4a37813961c12db291c7c191c1b4e5a57d9f08d0b23f8b5865a23f8c", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.19/slang-2024.1.19-win64.zip", + "hash": "ed5681ae0830184f9bbbd1f3ad3736143fc529189d7634c4c5323b6e0e2441d5", "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.18/slang-2024.1.18-win32.zip", - "hash": "cb954829cad194163ab3662fc78adae96fd688fa84cba50efe0b9fa4160d8ee2", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.19/slang-2024.1.19-win32.zip", + "hash": "a6e63eb4356fd1e07f8b7558efed6c9d5fb2642eebc3760224679803371bb58b", "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.18/slang-2024.1.18-win-arm64.zip", - "hash": "2cdac018de469bfdea16a0822f23498e66a4c63cc2fa7655a2a8e545bab3f965", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.19/slang-2024.1.19-win-arm64.zip", + "hash": "6bee54a0bc8209b0bffe6161611dfcf596d1afe5686bb265f4bcbf65465e8ea8", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"