From 8bbb154d198f4d5d09012a1d8be7b6e370af339f Mon Sep 17 00:00:00 2001 From: Altagos Date: Sat, 13 Apr 2024 11:31:43 +0000 Subject: [PATCH] changed dep ulrs to git+https --- build.zig.zon | 4 ++-- 1 file(s) changed, 2 insertion(s)(+), 2 deletion(s)(-) diff --git a/build.zig.zon b/build.zig.zon --- a/build.zig.zon +++ b/build.zig.zon @@ -5,11 +5,11 @@ .dependencies = .{ // See `zig fetch --save ` for a command-line interface for adding dependencies. .a = .{ - .url = "https://git.sr.ht/~altagos/a/archive/8c8f2cc405743d062f5b617e2f8ab85ce5dc0409.tar.gz", + .url = "git+https://git.sr.ht/~altagos/a#8c8f2cc405743d062f5b617e2f8ab85ce5dc0409", .hash = "12203338074c5e0fed0696abfa1ec868da0d1bb22539e5fd4220b2585a8f3cf0c788", }, .spall = .{ - .url = "https://git.sr.ht/~altagos/zig-spall/archive/7cae52aa2d1a519006e0c90fbd179cf7fcac0c83.tar.gz", + .url = "git+https://git.sr.ht/~altagos/zig-spall#7cae52aa2d1a519006e0c90fbd179cf7fcac0c83", .hash = "1220753b2f9e7c4f3fb6cdc8fc275cc9073904ea7032a1f5596aa776a857de69f72c", }, .zigimg = .{ -- tangled.sh