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>
This commit is contained in:
Catalin Moldovan 2022-11-03 06:43:09 +02:00 committed by GitHub
parent 5736296dd0
commit b111097999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{
"version": "0.9.1",
"version": "0.10.0",
"description": "General-purpose programming language designed for robustness, optimality, and maintainability.",
"homepage": "https://ziglang.org/",
"license": "MIT",
@ -8,14 +8,14 @@
},
"architecture": {
"64bit": {
"url": "https://ziglang.org/download/0.9.1/zig-windows-x86_64-0.9.1.zip",
"hash": "443da53387d6ae8ba6bac4b3b90e9fef4ecbe545e1c5fa3a89485c36f5c0e3a2",
"extract_dir": "zig-windows-x86_64-0.9.1"
"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"
},
"32bit": {
"url": "https://ziglang.org/download/0.9.1/zig-windows-i386-0.9.1.zip",
"hash": "74a640ed459914b96bcc572183a8db687bed0af08c30d2ea2f8eba03ae930f69",
"extract_dir": "zig-windows-i386-0.9.1"
"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",
@ -29,9 +29,9 @@
"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"
"arm64": {
"url": "https://ziglang.org/download/$version/zig-windows-aarch64-$version.zip",
"extract_dir": "zig-windows-aarch64-$version"
}
},
"hash": {