From 85011ed2d092443afa278e159d2466c2efd60e70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 08:26:48 +0000 Subject: [PATCH] slang: Update to version 2023.3.18 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 090d056b5d..cb90b8eeb8 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.3.17", + "version": "2023.3.18", "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.3.17/slang-2023.3.17-win64.zip", - "hash": "8fb66dac43a9fa6daa99c2992c3e5c32a38c9ebcb5439175cc146460356d94ac", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.18/slang-2023.3.18-win64.zip", + "hash": "217d3546f581fd513f145cd02277d38acccd86f62fe5684d2ce19d55bada394e", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.17/slang-2023.3.17-win32.zip", - "hash": "e0b93d85e7318a5eed277d109a0505e475aa2b657e5ac587f7b2084fa1c6d393", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.18/slang-2023.3.18-win32.zip", + "hash": "3928be0fe35af582534db2fa443a0d999c00b1fae1851edfdd1b6896d3514650", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.17/slang-2023.3.17-win-arm64.zip", - "hash": "6db80efb6145c6158a74115c12e7e80610134fa4aba0fd2f86e0a16207cef532", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.18/slang-2023.3.18-win-arm64.zip", + "hash": "66eeee51ed7c9ae05f695ec68d8d2ccb415b59dafaf8cbe9aaa1e82cd8409485", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"