Catalin Moldovan b111097999
zig: Update to version 0.10.0 (#4081)
* zig: update to version 0.10.0

* Added arm64 (aarch64) build to zig

* Update bucket/zig.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

* Update bucket/zig.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2022-11-03 10:13:09 +05:30

43 lines
1.5 KiB
JSON

{
"version": "0.10.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.10.0/zig-windows-x86_64-0.10.0.zip",
"hash": "a66e2ff555c6e48781de1bcb0662ef28ee4b88af3af2a577f7b1950e430897ee",
"extract_dir": "zig-windows-x86_64-0.10.0"
},
"arm64": {
"url": "https://ziglang.org/download/0.10.0/zig-windows-aarch64-0.10.0.zip",
"hash": "1bbda8d123d44f3ae4fa90d0da04b1e9093c3f9ddae3429a4abece1e1c0bf19a",
"extract_dir": "zig-windows-aarch64-0.10.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/",
"regex": "(?sm)$basename.*?$sha256"
}
}
}