From fc83c718e073f59a8abbbb0246cbb847baffdea0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 00:33:41 +0000 Subject: [PATCH] slang: Update to version 2024.1.1 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 8bdbf92e89..a753df2b59 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.1.0", + "version": "2024.1.1", "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.0/slang-2024.1.0-win64.zip", - "hash": "879dfdbabb96d0006ba40dd481b45a862fe2f1d433cf7e8eda6b9d39a58dec6a", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.1/slang-2024.1.1-win64.zip", + "hash": "7a8a6f68d68608faf5cd91c85dc5802af73f09fb71a585ec0a07d11daa4d9a16", "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.0/slang-2024.1.0-win32.zip", - "hash": "0885dd5a77dbf9a843d386c11c98bfd6313ead32301aff1870fe246fb9132c8d", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.1/slang-2024.1.1-win32.zip", + "hash": "5d899a7520f227b41a725f46f63f09379561f2ef518049298848193b93f52e47", "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.0/slang-2024.1.0-win-arm64.zip", - "hash": "feb39e8b1056759e643531e6a989ef037039b421c6561c7cc9e25a5f06e68af8", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.1/slang-2024.1.1-win-arm64.zip", + "hash": "97ee206daab966b6bdd3f928babc6798d9186a4e5580ddb329954250f93dc80a", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"