slang: Update to version 2023.4.7

This commit is contained in:
github-actions[bot] 2023-11-04 04:25:45 +00:00
parent 7f031fdd21
commit c41512d7f9

View File

@ -1,28 +1,28 @@
{ {
"version": "2023.4.5", "version": "2023.4.7",
"description": "A new language and compiler for shader development.", "description": "A new language and compiler for shader development.",
"homepage": "https://shader-slang.com/", "homepage": "https://shader-slang.com/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.4.5/slang-2023.4.5-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.4.7/slang-2023.4.7-win64.zip",
"hash": "4ab71d53b88a62a1445ca7abe54aa1f938ce4effe80c1fbc54b9a60b0c2047f7", "hash": "ee9784b0c16f383b8016502adae7948eea793c4cdc14eda69050da78f2d2490f",
"bin": [ "bin": [
"bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe" "bin/windows-x64/release/slangd.exe"
] ]
}, },
"32bit": { "32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.4.5/slang-2023.4.5-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.4.7/slang-2023.4.7-win32.zip",
"hash": "8fc847c6e9c09599bd13178c4b0dab1f11d0807aa3c921db55fbdfbcef1b66dc", "hash": "af0ce107fc8450a12068958a50e9bdb6a52d0c60b43eb244b86717bc70e0876f",
"bin": [ "bin": [
"bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe" "bin/windows-x86/release/slangd.exe"
] ]
}, },
"arm64": { "arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.4.5/slang-2023.4.5-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.4.7/slang-2023.4.7-win-arm64.zip",
"hash": "ad2d8aa395a6540e2efe42c0129a039c4e11cf068cc1004f6d7b8c959cdd105d", "hash": "de5e39b29b8cec666103f7530c371ef8e75467e963a65f5f73f8cc5e629440ca",
"bin": [ "bin": [
"bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe" "bin/windows-aarch64/release/slangd.exe"