From fd230aea2e4f3630dac7c5f579863c19019f3a9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 04:28:25 +0000 Subject: [PATCH] slang: Update to version 2023.0.6 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 09b6b7c832..2e35025c13 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.0.5", + "version": "2023.0.6", "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/v2023.0.5/slang-2023.0.5-win64.zip", - "hash": "08c734230a6f757d9ad826ca3ed23de86bf8ad528c2abff6bf274fa4fbc4f3b8", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.6/slang-2023.0.6-win64.zip", + "hash": "556c39a88000aecfd23b5d4655992a33423f288e81de9db3b541aec9f6838103", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.5/slang-2023.0.5-win32.zip", - "hash": "df9107fb504459bfd3c0bb219a64c90da042be38f54e346bc8d6e59c0b59579c", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.6/slang-2023.0.6-win32.zip", + "hash": "10d6b8e61ae078518ff40d7de91d7fdb10d90f223a8c3d5ceb1031e75ddff77f", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.5/slang-2023.0.5-win-arm64.zip", - "hash": "ce52551925c61273483375563abf9538181dddc46094f36dcdb188792fa47d5a", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.6/slang-2023.0.6-win-arm64.zip", + "hash": "1b1de5ed6ec515c740060ac2d7610d0e1428f6572f607a93626366aa90b263ef", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"