diff --git a/build.zig b/build.zig index c1a70ba..986f9f1 100644 --- a/build.zig +++ b/build.zig @@ -59,7 +59,7 @@ const examples = [_]Example{ .{ .name = "pub_bytes", .file = "examples/pub_bytes.zig" }, }; -pub fn add_examples(b: *std.build, options: ExampleOptions) void { +pub fn add_examples(b: *std.Build, options: ExampleOptions) void { const example_step = b.step("examples", "build examples"); inline for (examples) |example| { diff --git a/build.zig.zon b/build.zig.zon index ed9171b..126611b 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -3,8 +3,8 @@ .version = "0.0.1", .dependencies = .{ .libressl = .{ - .url = "https://github.com/epicyclic-dev/LibreSSL-portable/archive/2b68369a2b883714cea05357aa378b3a3e8ef2f6.tar.gz", - .hash = "12206b907fcb1dea424d122d29a0549bdc6c83648e0433973388b2efb6813b36a8fa", + .url = "https://github.com/epicyclic-dev/LibreSSL-portable/archive/4bbf9ad43fd5d56c8e15bc2e880aab7c4e49731b.tar.gz", + .hash = "1220282c6f64f531b9d07d5ed1959708822f4f8dc2486a7005be391c8f5cdf2a502a", }, }, }