From a031f938385c19de2c217748e8c2adeb632ce125 Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Wed, 3 Jun 2015 01:56:20 -0700 Subject: [PATCH] use https instead of ftp for pcre download [av skip] --- deps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/Makefile b/deps/Makefile index 77d54984d5e5d..ecad4d33bdc9f 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -740,7 +740,7 @@ PCRE_SRC_TARGET = pcre2-$(PCRE_VER)/.libs/libpcre2-8.$(SHLIB_EXT) PCRE_OBJ_TARGET = $(build_shlibdir)/libpcre2-8.$(SHLIB_EXT) pcre2-$(PCRE_VER).tar.bz2: - $(JLDOWNLOAD) $@ ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-$(PCRE_VER).tar.bz2 + $(JLDOWNLOAD) $@ https://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-$(PCRE_VER).tar.bz2 pcre2-$(PCRE_VER)/configure: pcre2-$(PCRE_VER).tar.bz2 $(JLCHECKSUM) $< $(TAR) jxf $<