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.
2 parents c0e6b5b + ba8342a commit 033b722Copy full SHA for 033b722
deps/pcre.mk
@@ -5,7 +5,7 @@ PCRE_CFLAGS := -O3
5
PCRE_LDFLAGS := $(RPATH_ESCAPED_ORIGIN)
6
7
$(SRCCACHE)/pcre2-$(PCRE_VER).tar.bz2: | $(SRCCACHE)
8
- $(JLDOWNLOAD) $@ https://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-$(PCRE_VER).tar.bz2
+ $(JLDOWNLOAD) $@ https://ftp.pcre.org/pub/pcre/pcre2-$(PCRE_VER).tar.bz2
9
10
$(SRCCACHE)/pcre2-$(PCRE_VER)/source-extracted: $(SRCCACHE)/pcre2-$(PCRE_VER).tar.bz2
11
$(JLCHECKSUM) $<
0 commit comments