From 3a1624e1119bb654dd969a311ae7e78b7abccb83 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Sat, 22 Apr 2023 07:39:52 +0200 Subject: [PATCH] bumped version to 0.10.0, fixed .zon --- build.zig.zon | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 3ff576b..45aa9da 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,18 +1,15 @@ .{ .name = "zap", - .version = "0.0.9", + .version = "0.0.10", .dependencies = .{ .@"facil.io" = .{ // temp workaround until zig's fetch is fixed, supporting GH's redirects - .url = "http://localhost:8000/zap-0.0.7.tar.gz", + // .url = "http://localhost:8000/zap-0.0.7.tar.gz", // this is how it should be: - //.url = "https://github.com/zigzap/facil.io/archive/refs/tags/zap-0.0.7.tar.gz", + .url = "https://github.com/zigzap/facil.io/archive/refs/tags/zap-0.0.7.tar.gz", .hash = "1220d03e0579bbb726efb8224ea289b26227bc421158b45c1b16a60b31bfa400ab33", - // our tool says: - //.hash = "1220bbc4738c846f3253ae98e1848514f2ed1f02ecc1c7a62076b6508f449e9b5f66", - } }