From 28469584b9ec77d2b8b436d7ba17eb767d1763c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:28:48 +0000 Subject: [PATCH] slang: Update to version 2024.1.10 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 264492be4c..e4cdc0984b 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.1.9", + "version": "2024.1.10", "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.9/slang-2024.1.9-win64.zip", - "hash": "77378d54899d4069dde9ef6e6851e0c8c94e181eaebfecedf81b3375ce8ff7e0", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.10/slang-2024.1.10-win64.zip", + "hash": "056da13c36d4bc7428a822c9d23c6848390bad301a83201e30914984cb156f58", "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.9/slang-2024.1.9-win32.zip", - "hash": "dde11c5d1d4c5cc5f1f1b858bf0579d9d8efa4586b2d2b12467c8dcb4fa22ab2", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.10/slang-2024.1.10-win32.zip", + "hash": "2ad7be1b1370be80d9eea05d5a77984556da6a01edc176ce7ca91b7eba07363e", "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.9/slang-2024.1.9-win-arm64.zip", - "hash": "057c4abe51cffdb69e8d34b0ad34758291e1700d62e952051d480e4415a4649b", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.10/slang-2024.1.10-win-arm64.zip", + "hash": "81e87f9dce0489b076ba700e0456eeaf0371310f77454b338aa33a1423d4b91b", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"