2021-06-05 00:19:56 -07:00

43 lines
1.5 KiB
JSON

{
"version": "0.8.0",
"description": "General-purpose programming language designed for robustness, optimality, and maintainability.",
"homepage": "https://ziglang.org/",
"license": "MIT",
"suggest": {
"vcredist": "extras/vcredist2019"
},
"architecture": {
"64bit": {
"url": "https://ziglang.org/download/0.8.0/zig-windows-x86_64-0.8.0.zip",
"hash": "8580fbbf3afb72e9b495c7f8aeac752a03475ae0bbcf5d787f3775c7e1f4f807",
"extract_dir": "zig-windows-x86_64-0.8.0"
},
"32bit": {
"url": "https://ziglang.org/download/0.8.0/zig-windows-i386-0.8.0.zip",
"hash": "b6ec9aa6cd6f3872fcb30d43ff411802d82008a0c4142ee49e208a09b2c1c5fe",
"extract_dir": "zig-windows-i386-0.8.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"
},
"32bit": {
"url": "https://ziglang.org/download/$version/zig-windows-i386-$version.zip",
"extract_dir": "zig-windows-i386-$version"
}
},
"hash": {
"url": "https://ziglang.org/download/",
"regex": "(?sm)$basename.*?$sha256"
}
}
}