Skip to content

Commit d198e90

Browse files
committed
Use non-sourceforge download for pcre
sourceforge is the worst, I'd rather use ftp than deal with how often it's down plus the backup caching server we use has been having some issues lately
1 parent b96d8cc commit d198e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ PCRE_SRC_TARGET = pcre2-$(PCRE_VER)/.libs/libpcre2-8.$(SHLIB_EXT)
740740
PCRE_OBJ_TARGET = $(build_shlibdir)/libpcre2-8.$(SHLIB_EXT)
741741

742742
pcre2-$(PCRE_VER).tar.bz2:
743-
$(JLDOWNLOAD) $@ http://sourceforge.net/projects/pcre/files/pcre2/$(PCRE_VER)/$@/download
743+
$(JLDOWNLOAD) $@ ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-$(PCRE_VER).tar.bz2
744744
pcre2-$(PCRE_VER)/configure: pcre2-$(PCRE_VER).tar.bz2
745745
$(JLCHECKSUM) $<
746746
$(TAR) jxf $<

0 commit comments

Comments
 (0)