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

bumped version to 0.10.0, fixed .zon

This commit is contained in:
Rene Schallner 2023-04-22 07:39:52 +02:00
parent b7f3ae06c6
commit 3a1624e111

View file

@ -1,18 +1,15 @@
.{ .{
.name = "zap", .name = "zap",
.version = "0.0.9", .version = "0.0.10",
.dependencies = .{ .dependencies = .{
.@"facil.io" = .{ .@"facil.io" = .{
// temp workaround until zig's fetch is fixed, supporting GH's redirects // 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: // 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", .hash = "1220d03e0579bbb726efb8224ea289b26227bc421158b45c1b16a60b31bfa400ab33",
// our tool says:
//.hash = "1220bbc4738c846f3253ae98e1848514f2ed1f02ecc1c7a62076b6508f449e9b5f66",
} }
} }