From 69df9996d0a37b6fc188b85294962b3ebd6eed1d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 08:29:15 +0000 Subject: [PATCH] zig: Update to version 0.10.1 --- bucket/zig.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/zig.json b/bucket/zig.json index d58fa4910b..e29d202568 100644 --- a/bucket/zig.json +++ b/bucket/zig.json @@ -1,5 +1,5 @@ { - "version": "0.10.0", + "version": "0.10.1", "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.10.0/zig-windows-x86_64-0.10.0.zip", - "hash": "a66e2ff555c6e48781de1bcb0662ef28ee4b88af3af2a577f7b1950e430897ee", - "extract_dir": "zig-windows-x86_64-0.10.0" + "url": "https://ziglang.org/download/0.10.1/zig-windows-x86_64-0.10.1.zip", + "hash": "5768004e5e274c7969c3892e891596e51c5df2b422d798865471e05049988125", + "extract_dir": "zig-windows-x86_64-0.10.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" + "url": "https://ziglang.org/download/0.10.1/zig-windows-aarch64-0.10.1.zip", + "hash": "ece93b0d77b2ab03c40db99ef7ccbc63e0b6bd658af12b97898960f621305428", + "extract_dir": "zig-windows-aarch64-0.10.1" } }, "bin": "zig.exe",