From 48fff08c387b3a05333471c6cdef7a05fcdfa278 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 00:33:11 +0000 Subject: [PATCH] slang: Update to version 2024.0.11 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 0662a8d15f..902ce7934a 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.0.10", + "version": "2024.0.11", "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.10/slang-2024.0.10-win64.zip", - "hash": "31eb35f74593147a38965198f0396f6f57ac3674e84dd6f849c6011b5c86195b", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.11/slang-2024.0.11-win64.zip", + "hash": "665f799a4353dcdd54eded75bed59c979913d5e743cb60cd3b72059a413b39a2", "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.10/slang-2024.0.10-win32.zip", - "hash": "dc80728cba2bcb2ecd10d785ddcf89c17f19819bbf0783c56977577533d33a01", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.11/slang-2024.0.11-win32.zip", + "hash": "6af2dec529c72ae34e2eddd643651febefa362c4017763ae7ea92dab4398dd50", "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.10/slang-2024.0.10-win-arm64.zip", - "hash": "c5c3deba5ecf36f79548a8c2b50a9d9b35d26067c1ac98e5c72556e7d00cc185", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.11/slang-2024.0.11-win-arm64.zip", + "hash": "05aaba421d6b0963b57656faa19631318b7cc3736920b689e3c92f0efe2a56f2", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"