slang: Update to version 2023.4.4

This commit is contained in:
github-actions[bot] 2023-11-02 12:30:08 +00:00
parent a992da7508
commit 157dd5412a

View File

@ -1,28 +1,28 @@
{ {
"version": "2023.4.3", "version": "2023.4.4",
"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.3/slang-2023.4.3-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.4.4/slang-2023.4.4-win64.zip",
"hash": "8250250a1a893fffdacdc566b1ea83d0a01199567e1ec5c65752e4dc8adaf199", "hash": "beb0e086475501b7cc7c3293272af2eed8d8118c6c3b2fcb436283a910d18d3f",
"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.3/slang-2023.4.3-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.4.4/slang-2023.4.4-win32.zip",
"hash": "3b514a7eb06b68c541b7849e510847f67ccc97b2680d773a70921cf0686bc67b", "hash": "6695ce53c3d72e9d75d5517c7a35e1afae1d210ce9f722b28c52c7a91fc7667c",
"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.3/slang-2023.4.3-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.4.4/slang-2023.4.4-win-arm64.zip",
"hash": "1eaf58cf68d8dec25c9e6f175c4adc35c7ac7ca6a8a135426a6cb578a608cd44", "hash": "c70b0f9735cc22ece87b147b7ea58df611390d0edf9ee90d315fec0145c1392a",
"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"