aboutsummaryrefslogtreecommitdiff
path: root/comments/build.zig.zon
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2024-02-01 14:39:26 +0000
committerMartin Ashby <martin@ashbysoft.com>2024-02-01 14:39:26 +0000
commit8b47802e383dde95650f9d24e88c2f67f6596a98 (patch)
tree079ed8f37b793036812b8732b8625bc423e03572 /comments/build.zig.zon
parenta3ed80acdbd1b92e61fbe50b0e38e05e82583503 (diff)
downloadmfashby.net-8b47802e383dde95650f9d24e88c2f67f6596a98.tar.gz
mfashby.net-8b47802e383dde95650f9d24e88c2f67f6596a98.tar.bz2
mfashby.net-8b47802e383dde95650f9d24e88c2f67f6596a98.tar.xz
mfashby.net-8b47802e383dde95650f9d24e88c2f67f6596a98.zip
Update for zig master
Diffstat (limited to 'comments/build.zig.zon')
-rw-r--r--comments/build.zig.zon34
1 files changed, 15 insertions, 19 deletions
diff --git a/comments/build.zig.zon b/comments/build.zig.zon
index 5efceff..ebb6cf2 100644
--- a/comments/build.zig.zon
+++ b/comments/build.zig.zon
@@ -1,22 +1,18 @@
.{
.name = "comments",
.version = "0.0.1",
- .dependencies = .{
- .pq = .{
- .url = "https://code.mfashby.net/pq-zig/snapshot/pq-zig-main.tar.xz",
- .hash = "1220002a8cba96583acc07775b060911c9bd74271fb127992ac21854a12274c4ab48",
- },
- .smtp = .{
- .url = "https://code.mfashby.net/smtp-zig/snapshot/smtp-zig-main.tar.xz",
- .hash = "1220d9279300c447871a56b8eec1a7f179b99a971b37923cb42ccf6afd3b24b9eaa0",
- },
- .mustache = .{
- .url = "https://github.com/MFAshby/mustache-zig/archive/refs/heads/stage3.tar.gz",
- .hash = "1220fdf239b6ece687324bb600c72d5ad7a278df2ece86599aee6adf932064686cef",
- },
- .zigwebserver = .{
- .url = "https://code.mfashby.net/zigwebserver/snapshot/zigwebserver-main.tar.xz",
- .hash = "122066ea438ccbe3e006e84563746705cd46f3c7d1389c8fa8cccf2cdf681959495e",
- }
- }
-} \ No newline at end of file
+ .dependencies = .{ .pq = .{
+ .url = "https://code.mfashby.net/pq-zig/snapshot/pq-zig-main.tar.xz",
+ .hash = "12201517d080461a76f4b26ff78a810d80b1d58e2d3f382da30de1055ebdcea3feaf",
+ }, .smtp = .{
+ .url = "https://code.mfashby.net/smtp-zig/snapshot/smtp-zig-main.tar.xz",
+ .hash = "1220b85b46b525e725f8fdb6e23189aa365976acf388e3b2a5a4da364851c3ec4252",
+ }, .mustache = .{
+ .url = "https://github.com/batiati/mustache-zig/archive/refs/heads/master.tar.gz",
+ .hash = "122099facef1728bd1118fac3a9444f5daca7278046e734a25f03f7e20bad2b5cb28",
+ }, .zigwebserver = .{
+ .url = "https://code.mfashby.net/zigwebserver/snapshot/zigwebserver-main.tar.xz",
+ .hash = "122084fc67129e92544a86f10ca9a64f2667682aa7dfd6a12a80c374015a33555df6",
+ } },
+ .paths = .{""},
+}