From bbcdf91deaa1f5d5bbdba29d67210d75344cc53d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 00:32:38 +0000 Subject: [PATCH] slang: Update to version 2024.0.2 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 5aa74510d4..ccaffeeca4 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.0.1", + "version": "2024.0.2", "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.0.1/slang-2024.0.1-win64.zip", - "hash": "98634a9105ca6d324c288a2e227f22afeb3bb8b744a12dd5135c60956d7f2bab", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.2/slang-2024.0.2-win64.zip", + "hash": "e38fa2c330b7533204a869e2a4d4cface4becea94fee3083d394ebda5ee45c14", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.1/slang-2024.0.1-win32.zip", - "hash": "60277d8c276e31219fda1051f3c643117b36daa0da022d72d097cc21ac5eede1", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.2/slang-2024.0.2-win32.zip", + "hash": "cb319570283e75c4efe59ac5470be80d12c77d81330776ec0588c11b83f4f971", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.1/slang-2024.0.1-win-arm64.zip", - "hash": "3d1e959f04112f16aa0f2c71dcf351ad602892ee48e3921d0ddbc3410f6e470b", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.2/slang-2024.0.2-win-arm64.zip", + "hash": "c3f2647ce10a411e3517189d974a1eb4590693a34b116aa4f812f41dd6aed3cb", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"