Skip to content

Commit

Permalink
use https instead of ftp for pcre download
Browse files Browse the repository at this point in the history
[av skip]
  • Loading branch information
tkelman committed Jun 3, 2015
1 parent d198e90 commit a031f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $<
Expand Down

0 comments on commit a031f93

Please sign in to comment.