From b5bba6716159fe50272ed791e18fda58483300ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 00:33:04 +0000 Subject: [PATCH] slang: Update to version 2023.3.5 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 25790bb61f..83ef666398 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.3.4", + "version": "2023.3.5", "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.3.4/slang-2023.3.4-win64.zip", - "hash": "045c11af28fd3f42bf0dcfe060bd0b61f4110a54d0a91c55ce59196bfa5e409d", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.5/slang-2023.3.5-win64.zip", + "hash": "c0b639aa23cf07c8a415bc291b5e4af13cd24d390539cde5a1171cc4b41d5ec2", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.4/slang-2023.3.4-win32.zip", - "hash": "616a0dbc15ad822af166b854ada2b7bed70cb0cb6aadf9d5c4d4c6e5f48a04ea", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.5/slang-2023.3.5-win32.zip", + "hash": "d2ee3866642236d835a90ba0bb2a14b3428124c5b8e7758317501d9779ca1d3d", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.4/slang-2023.3.4-win-arm64.zip", - "hash": "27b8689cdf317be2ed22e386b0389457439314941885dba49c24b9b325bc6a3c", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.5/slang-2023.3.5-win-arm64.zip", + "hash": "64a20fcb16da990f31ef395678dcc82f268baef6a4a2e30997927a494b990fda", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"