We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ecbfa9 commit bf53498Copy full SHA for bf53498
deps/pcre.mk
@@ -6,7 +6,7 @@ PCRE_CFLAGS := -O3
6
PCRE_LDFLAGS := $(RPATH_ESCAPED_ORIGIN)
7
8
$(SRCCACHE)/pcre2-$(PCRE_VER).tar.bz2: | $(SRCCACHE)
9
- $(JLDOWNLOAD) $@ https://ftp.pcre.org/pub/pcre/pcre2-$(PCRE_VER).tar.bz2
+ $(JLDOWNLOAD) $@ https://github.com/PhilipHazel/pcre2/releases/download/pcre2-$(PCRE_VER)/pcre2-$(PCRE_VER).tar.bz2
10
11
$(SRCCACHE)/pcre2-$(PCRE_VER)/source-extracted: $(SRCCACHE)/pcre2-$(PCRE_VER).tar.bz2
12
$(JLCHECKSUM) $<
0 commit comments