From d83fd339e0de73f0434512cc3dbed27d268c6569 Mon Sep 17 00:00:00 2001 From: chromedays Date: Sun, 11 Aug 2024 02:26:12 -0700 Subject: [PATCH] slang: Update to version 2024.9.1 (#6086) Co-authored-by: Hsiao-nan Cheung --- bucket/slang.json | 37 +++++++++++-------------------------- 1 file changed, 11 insertions(+), 26 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index b7b721d406..ca303123aa 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,47 +1,32 @@ { - "version": "2024.1.26", + "version": "2024.9.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/v2024.1.26/slang-2024.1.26-win64.zip", - "hash": "c699fb37dc114d645a6257dd910dc6b2d488b74aa46eb4082061851ac0913214", - "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.26/slang-2024.1.26-win32.zip", - "hash": "2d12dde7ed41a7bb2908fc6c0b06c83ca590294c3a2a1cf4155c60b27c92c619", - "bin": [ - "bin/windows-x86/release/slangc.exe", - "bin/windows-x86/release/slangd.exe" - ] + "url": "https://github.com/shader-slang/slang/releases/download/v2024.9.1/slang-2024.9.1-windows-x86_64.zip", + "hash": "1b903fa92c8f7d832ac1607be865543ca2bb352342099de81e31d8b1d90d0f75" }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.26/slang-2024.1.26-win-arm64.zip", - "hash": "42eec87b6157b669be6c014bf184e8f9ce8a594d1635aa9ee28f3dac5fac7d32", - "bin": [ - "bin/windows-aarch64/release/slangc.exe", - "bin/windows-aarch64/release/slangd.exe" - ] + "url": "https://github.com/shader-slang/slang/releases/download/v2024.9.1/slang-2024.9.1-windows-aarch64.zip", + "hash": "4a4ea6297bbdfeb0141402b5dd6b5addf2cbef3bd1b2219238ad4e69dc9122e4" } }, + "bin": [ + "bin/slangc.exe", + "bin/slangd.exe" + ], "checkver": { "github": "https://github.com/shader-slang/slang" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-win64.zip" - }, - "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-win32.zip" + "url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-windows-x86_64.zip" }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-win-arm64.zip" + "url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-windows-aarch64.zip" } } }