From da383381062cabb9b304b079886e2a64d6688998 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Fri, 19 May 2023 02:55:17 +0200 Subject: [PATCH] replaced .zon with .zon.localhost for localhost release --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index 9731bff..fdf0cc1 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -4,7 +4,7 @@ .dependencies = .{ .@"facil.io" = .{ - .url = "https://github.com/zigzap/facil.io/archive/refs/tags/zap-0.0.8.tar.gz", + .url = "http://localhost:8000/zap-0.0.8.tar.gz", .hash = "122071fcc675e114941331726291ca1f0c0c33751d992782c6abf1f0f2ddddc5734d", } }