Skip to content

Commit bf53498

Browse files
ararslangiordano
andauthored
[deps] Update PCRE2 URL (#43884) (#44047)
(cherry picked from commit 9769024) Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
1 parent 7ecbfa9 commit bf53498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/pcre.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PCRE_CFLAGS := -O3
66
PCRE_LDFLAGS := $(RPATH_ESCAPED_ORIGIN)
77

88
$(SRCCACHE)/pcre2-$(PCRE_VER).tar.bz2: | $(SRCCACHE)
9-
$(JLDOWNLOAD) $@ https://ftp.pcre.org/pub/pcre/pcre2-$(PCRE_VER).tar.bz2
9+
$(JLDOWNLOAD) $@ https://github.com/PhilipHazel/pcre2/releases/download/pcre2-$(PCRE_VER)/pcre2-$(PCRE_VER).tar.bz2
1010

1111
$(SRCCACHE)/pcre2-$(PCRE_VER)/source-extracted: $(SRCCACHE)/pcre2-$(PCRE_VER).tar.bz2
1212
$(JLCHECKSUM) $<

0 commit comments

Comments
 (0)