From ae89abbe749742f84b61cffd2982efcc7b4bcee6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 00:33:55 +0000 Subject: [PATCH] slang: Update to version 0.28.1 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index a7b105ed5c..f31c8fbe40 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "0.28.0", + "version": "0.28.1", "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.28.0/slang-0.28.0-win64.zip", - "hash": "f8f0a589fffcdd10a5523b77c881753e00afead9a2d096c5cf57895e303ec233", + "url": "https://github.com/shader-slang/slang/releases/download/v0.28.1/slang-0.28.1-win64.zip", + "hash": "f80838dee0e9c9bcfcca13a853094ea00d2e38b8e8fe7c6842336f9b1debcc0c", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v0.28.0/slang-0.28.0-win32.zip", - "hash": "27b3aa373aa0245904bd52e0d76b4a443b96fbc4405e29927bc22dec59fb5c9b", + "url": "https://github.com/shader-slang/slang/releases/download/v0.28.1/slang-0.28.1-win32.zip", + "hash": "349ff136c530c8bec338f8c3a8f09b5cf3aeb6e2edce347e5d43b11f40ebe9eb", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v0.28.0/slang-0.28.0-win-arm64.zip", - "hash": "7cf95e55133271c13a249e2c3e466a40a06d9e96c6b903989f47b0dec3f0d3b5", + "url": "https://github.com/shader-slang/slang/releases/download/v0.28.1/slang-0.28.1-win-arm64.zip", + "hash": "51271fa248924b7f1075b3e4e482cd4b7b9c3fbcd2afc1e99e446f80bfeb54bd", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"