Skip to content

Commit 3840f0e

Browse files
committed
build.zig.zon: use kivikakk/libpcre.zig@1dc3240.
This supports 0.12 and 0.13, and has a build fix for darwin-arm64.
1 parent dbfd809 commit 3840f0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.zig.zon

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
.minimum_zig_version = "0.12.0",
55
.dependencies = .{
66
.@"libpcre.zig" = .{
7-
.url = "https://github.com/kivikakk/libpcre.zig/archive/0f3e120c75c297f7d88a5c698d941a9e730a2059.tar.gz",
8-
.hash = "12208c8c5b46df969207ca1458b95ebbe988892d1f0e028d1fb95bd58cf55bca6628",
7+
.url = "https://github.com/kivikakk/libpcre.zig/archive/1dc32407368651bc0118b752288c3b87af12ff50.tar.gz",
8+
.hash = "1220039ac1b212be156069f9ed7e066571a8da5acc8f1adc33eb1a5c3bcbb4a8b47b",
99
},
1010
.@"htmlentities.zig" = .{
1111
.url = "https://github.com/kivikakk/htmlentities.zig/archive/6c6ab63c9fce8317049d332377db760a2c8932e7.tar.gz",

0 commit comments

Comments
 (0)