From 41d63f8ef5af043b992cfb5aa01751dd6f5947fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 5 Jun 2021 00:19:56 -0700 Subject: [PATCH] ziglang: Update to version 0.8.0 --- bucket/ziglang.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/ziglang.json b/bucket/ziglang.json index 79814c67a6..e470d70838 100644 --- a/bucket/ziglang.json +++ b/bucket/ziglang.json @@ -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": {