From 478abcba52642fd79c7e45140944d627300d8c79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 04:26:03 +0000 Subject: [PATCH] slang: Update to version 2023.2.0 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 42659e3d19..6e5ef73898 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.1.1", + "version": "2023.2.0", "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/v2023.1.1/slang-2023.1.1-win64.zip", - "hash": "73a92000b2315b97017a7ce383f15d4fca1ebf867046a2c03df64bbf62cb4ecd", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.2.0/slang-2023.2.0-win64.zip", + "hash": "1030bbd6885c7a285a87b38872fca8b857821a91036478f1ecc044cbfeb2b638", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.1.1/slang-2023.1.1-win32.zip", - "hash": "92ab1c8c183f3b4e2ea6a523add5829351730b6f81992460b9bb7292a80274ba", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.2.0/slang-2023.2.0-win32.zip", + "hash": "3034396d5ceabaca3b3ec7acb5eecc7bd8620bd903a95e950326e8a3b8665d09", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.1.1/slang-2023.1.1-win-arm64.zip", - "hash": "b699e37ab77117223ff05dc4b8c7f65784bd42e0e319d7d1b8abcc857411e661", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.2.0/slang-2023.2.0-win-arm64.zip", + "hash": "53c451d660883f8d6bf65c13ce4445244939097bb4ac4f7956bb2bab02d4e578", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"