2023-01-19 08:29:15 +00:00

43 lines
1.5 KiB
JSON

{
"version": "0.10.1",
"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.10.1/zig-windows-x86_64-0.10.1.zip",
"hash": "5768004e5e274c7969c3892e891596e51c5df2b422d798865471e05049988125",
"extract_dir": "zig-windows-x86_64-0.10.1"
},
"arm64": {
"url": "https://ziglang.org/download/0.10.1/zig-windows-aarch64-0.10.1.zip",
"hash": "ece93b0d77b2ab03c40db99ef7ccbc63e0b6bd658af12b97898960f621305428",
"extract_dir": "zig-windows-aarch64-0.10.1"
}
},
"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/",
"regex": "(?sm)$basename.*?$sha256"
}
}
}