From f71ede481f36fc3268f4ed4b89724a7ca837648d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 00:35:23 +0000 Subject: [PATCH] slang: Update to version 0.27.20 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 1a7aba356b..270c69f46f 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "0.27.19", + "version": "0.27.20", "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.19/slang-0.27.19-win64.zip", - "hash": "305ca49243f4aeeba476990fb5bedfa85ee4f07a79cf4e7fb056582ab4ddc635", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.20/slang-0.27.20-win64.zip", + "hash": "5cbec9dab8bd07a092f660f7121c184a52c73314aac6e4cc8a37637d4aca2be8", "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.19/slang-0.27.19-win32.zip", - "hash": "0396eb8b39f8df8b95dca24315d21b2aca8cb43159ce7fac89c88617fafcf96b", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.20/slang-0.27.20-win32.zip", + "hash": "1db336107c71f71c82b5efe6ef4c9d08eefa22484e8ebd16b7bec59bc7877ac9", "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.19/slang-0.27.19-win-arm64.zip", - "hash": "e2b2f1e06b757a8097511f27faebd82679b2fb129999cad9ca3f776ce282f835", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.20/slang-0.27.20-win-arm64.zip", + "hash": "19d5f27927d7c452861e6176585cc0d20650e80253335025b543395980f80dad", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"