From 15fc56f4be637e053e81482886847456a583203b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 08:28:42 +0000 Subject: [PATCH] slang: Update to version 2024.1.15 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 1d812dde75..44bc6b6b29 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.1.14", + "version": "2024.1.15", "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.14/slang-2024.1.14-win64.zip", - "hash": "2e99152e23f9e743f81d7edb5c89679889f9ebf5f1a3c3b008b71e89aa470ca3", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.15/slang-2024.1.15-win64.zip", + "hash": "a714f0f5a57f9786bc3196d70ccfa7969d4f3ba7bfe5ede9c3a443475495bbed", "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.14/slang-2024.1.14-win32.zip", - "hash": "1a725cc1057c9c9e8ee1fc470cde25968f87696407a04195e50f6df9d26a2b07", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.15/slang-2024.1.15-win32.zip", + "hash": "5f0fdc358b8e117e3a8988ff30ac36818249ab69fb826092d2019e6364524c4d", "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.14/slang-2024.1.14-win-arm64.zip", - "hash": "17c09efd26b0d08b0299191d1e06a2f4fec59f2dd6c382e61e4d4b74b2b5da5a", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.15/slang-2024.1.15-win-arm64.zip", + "hash": "c08328f65cd5fa22bbab8545ffd29fa4b9590f759ef3816d6aa59f74d971b0b2", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"