From 394dbd70594a6278a0e85437de7d98c908f3cb87 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 30 Sep 2019 16:01:48 +0000 Subject: [PATCH] ziglang: Update to version 0.5.0 --- bucket/ziglang.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/ziglang.json b/bucket/ziglang.json index 2c0e00360b..0f801c7e4c 100644 --- a/bucket/ziglang.json +++ b/bucket/ziglang.json @@ -1,13 +1,13 @@ { - "version": "0.4.0", + "version": "0.5.0", "description": "General-purpose programming language designed for robustness, optimality, and maintainability.", "homepage": "https://ziglang.org/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/ziglang/zig/releases/download/0.4.0/zig-windows-x86_64-0.4.0.zip", - "hash": "fbc3dd205e064c263063f69f600bedb18e3d0aa2efa747a63ef6cafb6d73f127", - "extract_dir": "zig-windows-x86_64-0.4.0" + "url": "https://github.com/ziglang/zig/releases/download/0.5.0/zig-windows-x86_64-0.5.0.zip", + "hash": "58141323db8d84a5af62746be5f9140bc161ee760ef33dc91a887bf9ac021976", + "extract_dir": "zig-windows-x86_64-0.5.0" } }, "bin": "zig.exe",