From 9b9148e6ea9e3e48876013a253afcd4b4515db93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 00:33:15 +0000 Subject: [PATCH] slang: Update to version 0.27.18 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 551e85355b..42ae2c26c3 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "0.27.17", + "version": "0.27.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/v0.27.17/slang-0.27.17-win64.zip", - "hash": "84685ca79d47d890db887aa8dcadeaf3317a498d5fc3725f788c269785777b2c", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.18/slang-0.27.18-win64.zip", + "hash": "82f8e476e39271ff2c374578b715d48c4a4ba6e934ebca8cbc3ab52d0c499747", "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.17/slang-0.27.17-win32.zip", - "hash": "f8cf8ede1185dd076247e751b31f3d35b4787ff709a7ab895e5ff9f79ba882e5", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.18/slang-0.27.18-win32.zip", + "hash": "31244fe4df038e169f3b398ac69cda2a7be3f40318335d0616b70a0c8e5d69bf", "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.17/slang-0.27.17-win-arm64.zip", - "hash": "c4f82fb22713e45b4e3c0594a211264fd090b4ac287bbf7a5ae32514cad0b8a3", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.18/slang-0.27.18-win-arm64.zip", + "hash": "21f5780fa36815ce400245d5ab59e261776a3ec1e8c00735b501fca61bbe540b", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"