From 9f7069dbb62ec6641e2cb8b08762ef86e84f0ea7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 04:27:13 +0000 Subject: [PATCH] slang: Update to version 0.27.17 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 2dc073b0e6..551e85355b 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "0.27.16", + "version": "0.27.17", "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.16/slang-0.27.16-win64.zip", - "hash": "533267792edc62f0679fdb5b1e48daeda05ff0c1399443ecde7ecaabb8f8c29b", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.17/slang-0.27.17-win64.zip", + "hash": "84685ca79d47d890db887aa8dcadeaf3317a498d5fc3725f788c269785777b2c", "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.16/slang-0.27.16-win32.zip", - "hash": "31c632fbee0885f8b7d2d084a7a867df0ec4f35321494106900b6c44158e8fe0", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.17/slang-0.27.17-win32.zip", + "hash": "f8cf8ede1185dd076247e751b31f3d35b4787ff709a7ab895e5ff9f79ba882e5", "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.16/slang-0.27.16-win-arm64.zip", - "hash": "933bc9aae1bb7adf34e631e2afa0d604e799e77bca03606f241f555088c522fd", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.17/slang-0.27.17-win-arm64.zip", + "hash": "c4f82fb22713e45b4e3c0594a211264fd090b4ac287bbf7a5ae32514cad0b8a3", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"