From d000dfa92b4fa53a5b6ae8bd9d2fa0d10a7e9ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 9 Nov 2020 11:21:34 +0100 Subject: [PATCH] ziglang: Update to version 0.7.0 --- bucket/ziglang.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/ziglang.json b/bucket/ziglang.json index 2caafdd99d..ebe0e989cb 100644 --- a/bucket/ziglang.json +++ b/bucket/ziglang.json @@ -1,5 +1,5 @@ { - "version": "0.6.0", + "version": "0.7.0", "description": "General-purpose programming language designed for robustness, optimality, and maintainability.", "homepage": "https://ziglang.org/", "license": "MIT", @@ -8,9 +8,9 @@ }, "architecture": { "64bit": { - "url": "https://github.com/ziglang/zig/releases/download/0.6.0/zig-windows-x86_64-0.6.0.zip", - "hash": "c3b897832523e1026e10b2d8d55d7f895185c0a27a63681f3a23219c3f1c38f4", - "extract_dir": "zig-windows-x86_64-0.6.0" + "url": "https://github.com/ziglang/zig/releases/download/0.7.0/zig-windows-x86_64-0.7.0.zip", + "hash": "965f56c0a36f9cda2125e3a348bc654f7f155e2804c3667d231775ec228f8553", + "extract_dir": "zig-windows-x86_64-0.7.0" } }, "bin": "zig.exe",