Skip to content

Commit

Permalink
fix pcre 404
Browse files Browse the repository at this point in the history
  • Loading branch information
xc2 committed Jul 18, 2017
1 parent 7ae455d commit 433640b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libpcre.mk
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# -*- mode: makefile -*-
PCRE_VERSION := 8.39
PCRE_VERSION := 8.41
PCRE_TARBALL = $(CACHEROOT)/pcre-$(PCRE_VERSION).tar.gz
PCRE_INSTALL = $(CACHEROOT)/pcre-$(PCRE_VERSION)-$(TOOLCHAIN)
PCRE_SOURCE_DIR := $(shell mktemp -d -u --tmpdir pcre.XXXXXXXXXX)

$(PCRE_TARBALL):
wget --continue -O "$(PCRE_TARBALL).wget" "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$(PCRE_VERSION).tar.gz"
wget --continue -O "$(PCRE_TARBALL).wget" "https://ftp.pcre.org/pub/pcre/pcre-$(PCRE_VERSION).tar.gz"
mv "$(PCRE_TARBALL).wget" "$(PCRE_TARBALL)"

$(PCRE_INSTALL): $(PCRE_TARBALL) $(TOOLCHAIN_INSTALL)
Expand Down

0 comments on commit 433640b

Please sign in to comment.