slang: Update to version 2024.1.1

This commit is contained in:
github-actions[bot] 2024-03-12 00:33:41 +00:00
parent cd4cc9be57
commit fc83c718e0

View File

@ -1,28 +1,28 @@
{
"version": "2024.1.0",
"version": "2024.1.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.0/slang-2024.1.0-win64.zip",
"hash": "879dfdbabb96d0006ba40dd481b45a862fe2f1d433cf7e8eda6b9d39a58dec6a",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.1/slang-2024.1.1-win64.zip",
"hash": "7a8a6f68d68608faf5cd91c85dc5802af73f09fb71a585ec0a07d11daa4d9a16",
"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.0/slang-2024.1.0-win32.zip",
"hash": "0885dd5a77dbf9a843d386c11c98bfd6313ead32301aff1870fe246fb9132c8d",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.1/slang-2024.1.1-win32.zip",
"hash": "5d899a7520f227b41a725f46f63f09379561f2ef518049298848193b93f52e47",
"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.0/slang-2024.1.0-win-arm64.zip",
"hash": "feb39e8b1056759e643531e6a989ef037039b421c6561c7cc9e25a5f06e68af8",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.1/slang-2024.1.1-win-arm64.zip",
"hash": "97ee206daab966b6bdd3f928babc6798d9186a4e5580ddb329954250f93dc80a",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"