Skip to content

Commit f45ea0c

Browse files
committed
pcre2: use zlib-ng-compat on Linux
1 parent 92141a7 commit f45ea0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/p/pcre2.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ class Pcre2 < Formula
44
url "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.47/pcre2-10.47.tar.bz2"
55
sha256 "47fe8c99461250d42f89e6e8fdaeba9da057855d06eb7fc08d9ca03fd08d7bc7"
66
license "BSD-3-Clause"
7+
revision 1
78

89
livecheck do
910
url :stable
@@ -29,7 +30,7 @@ class Pcre2 < Formula
2930
end
3031

3132
uses_from_macos "bzip2"
32-
uses_from_macos "zlib"
33+
uses_from_macos "zlib-ng-compat"
3334

3435
def install
3536
args = %W[

0 commit comments

Comments
 (0)