From 43a961b103f10c6ec7e27ede474bb99e01ec3172 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 May 2023 00:33:48 +0000 Subject: [PATCH] slang: Update to version 0.27.21 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 270c69f46f..2cff299b5c 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "0.27.20", + "version": "0.27.21", "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/v0.27.20/slang-0.27.20-win64.zip", - "hash": "5cbec9dab8bd07a092f660f7121c184a52c73314aac6e4cc8a37637d4aca2be8", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.21/slang-0.27.21-win64.zip", + "hash": "105e80967ce585add4a9312808aeb2f08a603212f0a0cdd833178fd8752a4c4a", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v0.27.20/slang-0.27.20-win32.zip", - "hash": "1db336107c71f71c82b5efe6ef4c9d08eefa22484e8ebd16b7bec59bc7877ac9", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.21/slang-0.27.21-win32.zip", + "hash": "e1c4f934df1dfdb6d075566a65210156f7d9cd6e5474e94f8db1cb4052ebbab6", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v0.27.20/slang-0.27.20-win-arm64.zip", - "hash": "19d5f27927d7c452861e6176585cc0d20650e80253335025b543395980f80dad", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.21/slang-0.27.21-win-arm64.zip", + "hash": "cb86262b34ecbda73c16314e27e5d366066b1443df8a7b613f86abd9cd0e8ecb", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"