diff --git a/bucket/slang.json b/bucket/slang.json index bdd1dce1a7..97534681a9 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2023.5.0", + "version": "2023.5.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/v2023.5.0/slang-2023.5.0-win64.zip", - "hash": "46b605496fa52f39d955f66a83c897bcb7d1ce46d6a7f06e5b6672115320fdd4", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.1/slang-2023.5.1-win64.zip", + "hash": "b59264302aafff71cb897eb7995cc862095aea2295324e0a859b3eea5c26ab66", "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.0/slang-2023.5.0-win32.zip", - "hash": "792542dcf023a851a1bfe1531459d44b077e633c0039a97a19a70b45c283e54f", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.1/slang-2023.5.1-win32.zip", + "hash": "6c8052f7bc672a854157eb86d2057a8f338227570aa5ede1d04517a734490ad3", "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.0/slang-2023.5.0-win-arm64.zip", - "hash": "3c9bc183cf897203c55c28609760bf64382d4e5d231d2ced741cd86bca4f1047", + "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.1/slang-2023.5.1-win-arm64.zip", + "hash": "73276d8b946c38ec53a006db677fbbd0916de2f9fa21a7c0e4f890d071ec7c43", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"