From df757a14861b174e310edbb793ab892d68a5916e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 08:25:36 +0000 Subject: [PATCH] slang: Update to version 2024.0.12 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 902ce7934a..7f36b38fe0 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.0.11", + "version": "2024.0.12", "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.11/slang-2024.0.11-win64.zip", - "hash": "665f799a4353dcdd54eded75bed59c979913d5e743cb60cd3b72059a413b39a2", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.12/slang-2024.0.12-win64.zip", + "hash": "d0b7fce1db1df360d4aa20326a9bcd61745c32594ccc307d79a8386195159ae4", "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.11/slang-2024.0.11-win32.zip", - "hash": "6af2dec529c72ae34e2eddd643651febefa362c4017763ae7ea92dab4398dd50", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.12/slang-2024.0.12-win32.zip", + "hash": "c116aa52ec8c6ae30d27dfb9e6328ea203fa9fe14615e92db7bc87e37cf9e2c1", "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.11/slang-2024.0.11-win-arm64.zip", - "hash": "05aaba421d6b0963b57656faa19631318b7cc3736920b689e3c92f0efe2a56f2", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.12/slang-2024.0.12-win-arm64.zip", + "hash": "1e27544a467adb64493bb94a64a2151cd61107526ec31ad8d30a2f8471b3bae9", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"