From a60399af63c2410ab8c278bea146f88ae9f67fb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 04:25:54 +0000 Subject: [PATCH] slang: Update to version 2024.1.0 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 40325641e0..8bdbf92e89 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.0.15", + "version": "2024.1.0", "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.15/slang-2024.0.15-win64.zip", - "hash": "4023381158583527ea98b7a42828c90d38ed3f3763218877c7a8f3e1ff0ff4c4", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.0/slang-2024.1.0-win64.zip", + "hash": "879dfdbabb96d0006ba40dd481b45a862fe2f1d433cf7e8eda6b9d39a58dec6a", "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.15/slang-2024.0.15-win32.zip", - "hash": "f84b4a40c28c837844c48a226cb8356740d8ecf06a821737f206720009f21fe8", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.0/slang-2024.1.0-win32.zip", + "hash": "0885dd5a77dbf9a843d386c11c98bfd6313ead32301aff1870fe246fb9132c8d", "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.15/slang-2024.0.15-win-arm64.zip", - "hash": "ed07d0aadf5a8a5af7644fa9faf5ab73e5d1b6927b4d5e9e5f723cc6f08fadcf", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.0/slang-2024.1.0-win-arm64.zip", + "hash": "feb39e8b1056759e643531e6a989ef037039b421c6561c7cc9e25a5f06e68af8", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"