From 0352716f13520aa2c905bf3892f77dcb69132935 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 12:34:50 +0000 Subject: [PATCH] slang: Update to version 2024.1.13 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 3bc62e35c7..afcd22fcc5 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.1.12", + "version": "2024.1.13", "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/v2024.1.12/slang-2024.1.12-win64.zip", - "hash": "370a43b5ee2383d389cc103fed975d88150ec0cd8de56d33a2fdec3c7a9b453b", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.13/slang-2024.1.13-win64.zip", + "hash": "105cb8d8873cbe67ea55bdfe1dfc9720ef2147c547684cf8a4ca52bd7c94d10c", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.12/slang-2024.1.12-win32.zip", - "hash": "26abb727be43ccdd8b2c92338ac69b7e7b116af4e7717c2c2ab9df8be1ecb49a", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.13/slang-2024.1.13-win32.zip", + "hash": "0bcbc3799504e9a7b3d5542cac5dab3851eb7e956904baf84b019c57f34a3a40", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.12/slang-2024.1.12-win-arm64.zip", - "hash": "6ef907a8d4341c0965a4141e444db71b983fbe0a40f5a13d05f461757897586b", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.13/slang-2024.1.13-win-arm64.zip", + "hash": "37d0e431d374885731faa77ada95f4cdc400f805f4270f8508418b107388f259", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"