From 561954d4d70b6c784c6f379a341672452f97cb0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 08:25:14 +0000 Subject: [PATCH] slang: Update to version 2024.1.16 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 44bc6b6b29..d2ae2379da 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.1.15", + "version": "2024.1.16", "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.15/slang-2024.1.15-win64.zip", - "hash": "a714f0f5a57f9786bc3196d70ccfa7969d4f3ba7bfe5ede9c3a443475495bbed", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.16/slang-2024.1.16-win64.zip", + "hash": "578c13c6bf15aa0da7854599b3b10e9b83ae2dfc1561ed58fb42f4d2a5e281d4", "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.15/slang-2024.1.15-win32.zip", - "hash": "5f0fdc358b8e117e3a8988ff30ac36818249ab69fb826092d2019e6364524c4d", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.16/slang-2024.1.16-win32.zip", + "hash": "6c30bf0fcf175acdd5dd0a140413c73d5ad07f12be67ed97b88c250b69bba169", "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.15/slang-2024.1.15-win-arm64.zip", - "hash": "c08328f65cd5fa22bbab8545ffd29fa4b9590f759ef3816d6aa59f74d971b0b2", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.16/slang-2024.1.16-win-arm64.zip", + "hash": "63a1c694584a6d8532a5fedc723ecfd4fe13fe91e100e0bccadb65224823fc94", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"