From 6f81b3621315b9dad7c2023b44e1ec8e81e58695 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 04:26:32 +0000 Subject: [PATCH] slang: Update to version 0.27.16 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 20a6cb62f0..2dc073b0e6 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "0.27.15", + "version": "0.27.16", "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.15/slang-0.27.15-win64.zip", - "hash": "3fe2428dbf6e91acd89582bc380dd8fc1a5c5676a53524f91450a03a4832681b", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.16/slang-0.27.16-win64.zip", + "hash": "533267792edc62f0679fdb5b1e48daeda05ff0c1399443ecde7ecaabb8f8c29b", "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.15/slang-0.27.15-win32.zip", - "hash": "6e40ea6c51e6840318c10e5a835e89d9530f5ea9f9d9a7b6d3879e9bbb847758", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.16/slang-0.27.16-win32.zip", + "hash": "31c632fbee0885f8b7d2d084a7a867df0ec4f35321494106900b6c44158e8fe0", "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.15/slang-0.27.15-win-arm64.zip", - "hash": "53eb73a6314d879e3e3dc9f6463380fc03bf82835e77af539bfa1127a469ec22", + "url": "https://github.com/shader-slang/slang/releases/download/v0.27.16/slang-0.27.16-win-arm64.zip", + "hash": "933bc9aae1bb7adf34e631e2afa0d604e799e77bca03606f241f555088c522fd", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"