ziglang: Update to version 0.8.0

This commit is contained in:
Jakub Čábera 2021-06-05 00:19:56 -07:00
parent a81e9af96e
commit 41d63f8ef5

View File

@ -1,5 +1,5 @@
{
"version": "0.7.1",
"version": "0.8.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://github.com/ziglang/zig/releases/download/0.7.1/zig-windows-x86_64-0.7.1.zip",
"hash": "4818a8a65b4672bc52c0ae7f14d014e0eb8caf10f12c0745176820384cea296a",
"extract_dir": "zig-windows-x86_64-0.7.1"
"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.7.1/zig-windows-i386-0.7.1.zip",
"hash": "a1b9a7421e13153e07fd2e2c93ff29aad64d83105b8fcdafa633dbe689caf1c0",
"extract_dir": "zig-windows-i386-0.7.1"
"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",
@ -26,7 +26,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ziglang/zig/releases/download/$version/zig-windows-x86_64-$version.zip",
"url": "https://ziglang.org/download/$version/zig-windows-x86_64-$version.zip",
"extract_dir": "zig-windows-x86_64-$version"
},
"32bit": {