From 1950401ab9aeabe50ffa432027cbdfb2d6cf26d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 04:25:55 +0000 Subject: [PATCH] slang: Update to version 2023.5.4 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index fda56dea0b..447e50165a 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.5.3", + "version": "2023.5.4", "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.5.3/slang-2023.5.3-win64.zip", - "hash": "e14da62e3182eb56a9fa0ccf4ee21ab273b2cff467665094f240d430766b9f39", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.4/slang-2023.5.4-win64.zip", + "hash": "48201c552c32787212d4afd436bc452dc7d19ecef958a41c5036e9fcb9410a9c", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.3/slang-2023.5.3-win32.zip", - "hash": "4854e2df228d7a99d70a76d8b3d2a2829b30c89ef7605b46dcad01d9e38d00c5", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.4/slang-2023.5.4-win32.zip", + "hash": "76f7613b8535c21649c5eeed87055522355a30f701b2f186c2a8506a7a29a2fc", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.3/slang-2023.5.3-win-arm64.zip", - "hash": "e00a3d3c54f99f02c702419859a0f5aa4df70f069e5abc21f5670e6e95042bc8", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.4/slang-2023.5.4-win-arm64.zip", + "hash": "0cc2ccb2946da71e84215c82b27253182d3fd46cac6b30eb0019e897ee3272a8", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"