From 439e98d4b90266a4dbee28ac549b1405b04e4a59 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Sun, 23 Apr 2023 00:31:55 +0200 Subject: [PATCH] fixed build.zig.zon for localhost facilio --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 2e4e34b..9a8396b 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -5,10 +5,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", }