1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

fixed build.zig.zon for localhost facilio

This commit is contained in:
Rene Schallner 2023-04-23 00:31:55 +02:00
parent bfb7377d77
commit 439e98d4b9

View file

@ -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",
}