From 07628d32333aa6c5bad81dcb653c89f3aaffb641 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 16:29:11 +0000 Subject: [PATCH] slang: Update to version 2024.1.26 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index f3a09f4fdf..b7b721d406 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.1.21.1", + "version": "2024.1.26", "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.21.1/slang-2024.1.21.1-win64.zip", - "hash": "007f5cdd4d39143f3a5e5c779919fc086d3f0c6626c28c85b043a2d98b1ab756", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.26/slang-2024.1.26-win64.zip", + "hash": "c699fb37dc114d645a6257dd910dc6b2d488b74aa46eb4082061851ac0913214", "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.21.1/slang-2024.1.21.1-win32.zip", - "hash": "812ed3af6773fa6081eb8f3c1f759fa303c48fd38c93b0a3fbd3d1d43de3c1a9", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.26/slang-2024.1.26-win32.zip", + "hash": "2d12dde7ed41a7bb2908fc6c0b06c83ca590294c3a2a1cf4155c60b27c92c619", "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.21.1/slang-2024.1.21.1-win-arm64.zip", - "hash": "70a349caaf2fa45b6299d29eae990b518637ef13b4a27d58b91cadca48920c9a", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.26/slang-2024.1.26-win-arm64.zip", + "hash": "42eec87b6157b669be6c014bf184e8f9ce8a594d1635aa9ee28f3dac5fac7d32", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"