2024-06-07 08:28:11 +00:00

43 lines
1.5 KiB
JSON

{
"version": "0.13.0",
"description": "General-purpose programming language designed for robustness, optimality, and maintainability.",
"homepage": "https://ziglang.org/",
"license": "MIT",
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://ziglang.org/download/0.13.0/zig-windows-x86_64-0.13.0.zip",
"hash": "d859994725ef9402381e557c60bb57497215682e355204d754ee3df75ee3c158",
"extract_dir": "zig-windows-x86_64-0.13.0"
},
"arm64": {
"url": "https://ziglang.org/download/0.13.0/zig-windows-aarch64-0.13.0.zip",
"hash": "95ff88427af7ba2b4f312f45d2377ce7a033e5e3c620c8caaa396a9aba20efda",
"extract_dir": "zig-windows-aarch64-0.13.0"
}
},
"bin": "zig.exe",
"checkver": {
"url": "https://ziglang.org/download/",
"regex": ">([\\d.]+)</h"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ziglang.org/download/$version/zig-windows-x86_64-$version.zip",
"extract_dir": "zig-windows-x86_64-$version"
},
"arm64": {
"url": "https://ziglang.org/download/$version/zig-windows-aarch64-$version.zip",
"extract_dir": "zig-windows-aarch64-$version"
}
},
"hash": {
"url": "https://ziglang.org/download/index.json",
"regex": "(?s)$basename.*?$sha256"
}
}
}