From 2e359f2cad8fee49afdd32c46f5a47e8f28b47c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 20:27:48 +0000 Subject: [PATCH] slang: Update to version 2024.1.21 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index b13b27e276..b32f41cbb4 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.1.20", + "version": "2024.1.21", "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.20/slang-2024.1.20-win64.zip", - "hash": "d490d3123cbb95adce1c4718c326d0f6c30311940c4695ad25bc6d477abcdc7f", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.21/slang-2024.1.21-win64.zip", + "hash": "ca1c8e6e85c2bc5b9180a2160ddf2f348201ce581ae6826d70d9b87cdf361e83", "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.20/slang-2024.1.20-win32.zip", - "hash": "1a031686a53422c6ce3242ed99d67fa02355f7bb8a57f3e961fa5df772fa6b66", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.21/slang-2024.1.21-win32.zip", + "hash": "df0d5792c47e2f371e99f1354b6774c565314d17bf2ad55d39fd911424ba7934", "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.20/slang-2024.1.20-win-arm64.zip", - "hash": "da1432672731289bf3ade26018411cdd4815c595d4689648c2528722db5698a3", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.21/slang-2024.1.21-win-arm64.zip", + "hash": "314fab41d4c75ec349291c175483e7f7f9d082a8682500c18ac84871c45121d6", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"