Versions/bucket/zig-dev.json
2026-07-28 17:48:38 +00:00

61 lines
2.6 KiB
JSON

{
"version": "0.17.0-dev.1476",
"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/builds/zig-x86_64-windows-0.17.0-dev.1476+91a29d707.zip",
"hash": "981c6b0d6473e7b83f9bd0ca1c37d04e05cf204251252bdc11a3c19f371f236d",
"extract_dir": "zig-x86_64-windows-0.17.0-dev.1476+91a29d707"
},
"32bit": {
"url": "https://ziglang.org/builds/zig-x86-windows-0.17.0-dev.1476+91a29d707.zip",
"hash": "58d1cce467094c312b0059a38c35f2d7ebc97e19fbb2af6d4dc4df84266ae0d5",
"extract_dir": "zig-x86-windows-0.17.0-dev.1476+91a29d707"
},
"arm64": {
"url": "https://ziglang.org/builds/zig-aarch64-windows-0.17.0-dev.1476+91a29d707.zip",
"hash": "6b06fb71fe45a56db6c98a9eb14e4027c36499736d6e1dc053af437453c7ba87",
"extract_dir": "zig-aarch64-windows-0.17.0-dev.1476+91a29d707"
}
},
"bin": "zig.exe",
"checkver": {
"url": "https://ziglang.org/download/index.json",
"jsonpath": "$.master.version",
"regex": "(?<version>[\\w._-]+)\\+(?<commit>[0-9a-f]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ziglang.org/builds/zig-x86_64-windows-$version+$matchCommit.zip",
"hash": {
"url": "https://ziglang.org/download/index.json",
"jsonpath": "$.master.x86_64-windows.shasum"
},
"extract_dir": "zig-x86_64-windows-$matchVersion+$matchCommit"
},
"32bit": {
"url": "https://ziglang.org/builds/zig-x86-windows-$version+$matchCommit.zip",
"hash": {
"url": "https://ziglang.org/download/index.json",
"jsonpath": "$.master.x86-windows.shasum"
},
"extract_dir": "zig-x86-windows-$matchVersion+$matchCommit"
},
"arm64": {
"url": "https://ziglang.org/builds/zig-aarch64-windows-$version+$matchCommit.zip",
"hash": {
"url": "https://ziglang.org/download/index.json",
"jsonpath": "$.master.aarch64-windows.shasum"
},
"extract_dir": "zig-aarch64-windows-$matchVersion+$matchCommit"
}
}
}
}