From f8ef1e2d533c5b82d62147ecbc7dc6c624f9c49a Mon Sep 17 00:00:00 2001 From: Altagos Date: Fri, 25 Jul 2025 10:20:39 +0200 Subject: [PATCH] update zine to v0.11.0 --- build.zig | 2 +- build.zig.zon | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.zig b/build.zig index 47f3715..ba4fee6 100644 --- a/build.zig +++ b/build.zig @@ -29,7 +29,7 @@ pub fn build(b: *std.Build) !void { compile_stylesheet.dependOn(&install_stylesheet.step); const website = zine.website(b, .{ - .install_path = "website", + .output_path = "website", .build_assets = &.{stylesheet}, }); website.step.dependOn(compile_stylesheet); diff --git a/build.zig.zon b/build.zig.zon index c0e4e6b..215d9bf 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -5,8 +5,8 @@ .minimum_zig_version = "0.15.0-dev.1149+4e6a04929", .dependencies = .{ .zine = .{ - .url = "git+https://github.com/awb-devs/zine?ref=main#7d84e095c9d324f5d2ced5c1d274bd6efa03e576", - .hash = "zine-0.10.3-ou6nIHOKFgBB7tN40VFepW-PSgTuo00JgVcZ3RZzYvEX", + .url = "git+https://github.com/kristoff-it/zine?ref=v0.11.0#50f35be00e33ea91c9c62c4579616602228c7137", + .hash = "zine-0.11.0-ou6nIBuYFgBXdDp2FtTSMZdFHSrLdlgOuXOWLaEQwNgo", }, }, .paths = .{ -- 2.51.2