From 3840f0e81ebe7005630e1b839c24c29456f7a9a8 Mon Sep 17 00:00:00 2001 From: Asherah Connor Date: Mon, 1 Jul 2024 23:35:08 +0300 Subject: [PATCH] build.zig.zon: use https://github.com/kivikakk/libpcre.zig/commit/1dc32407368651bc0118b752288c3b87af12ff50. This supports 0.12 and 0.13, and has a build fix for darwin-arm64. --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index a06fe96..8d66202 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -4,8 +4,8 @@ .minimum_zig_version = "0.12.0", .dependencies = .{ .@"libpcre.zig" = .{ - .url = "https://github.com/kivikakk/libpcre.zig/archive/0f3e120c75c297f7d88a5c698d941a9e730a2059.tar.gz", - .hash = "12208c8c5b46df969207ca1458b95ebbe988892d1f0e028d1fb95bd58cf55bca6628", + .url = "https://github.com/kivikakk/libpcre.zig/archive/1dc32407368651bc0118b752288c3b87af12ff50.tar.gz", + .hash = "1220039ac1b212be156069f9ed7e066571a8da5acc8f1adc33eb1a5c3bcbb4a8b47b", }, .@"htmlentities.zig" = .{ .url = "https://github.com/kivikakk/htmlentities.zig/archive/6c6ab63c9fce8317049d332377db760a2c8932e7.tar.gz",