changeset 4988:8fd7e6b01ee3

* src/pcre.mk: update to v8.43
author John Donoghue
date Thu, 28 Feb 2019 13:34:20 -0500
parents e26b119482da
children 0cf6aa8f90de
files src/pcre.mk
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/pcre.mk	Thu Feb 28 12:47:28 2019 -0500
+++ b/src/pcre.mk	Thu Feb 28 13:34:20 2019 -0500
@@ -3,8 +3,8 @@
 
 PKG             := pcre
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 8.42
-$(PKG)_CHECKSUM := df0d1c2ff04c359220cb902539a6e134af4497f4
+$(PKG)_VERSION  := 8.43
+$(PKG)_CHECKSUM := 0d4585ee6426ab0db9c0c8f1c8c6da968170174d
 $(PKG)_SUBDIR   := pcre-$($(PKG)_VERSION)
 $(PKG)_FILE     := pcre-$($(PKG)_VERSION).tar.bz2
 $(PKG)_URL      := http://$(SOURCEFORGE_MIRROR)/project/pcre/pcre/$($(PKG)_VERSION)/$($(PKG)_FILE)
@@ -12,9 +12,9 @@
 $(PKG)_DEPS     :=
 
 define $(PKG)_UPDATE
-    $(WGET) -q -O- 'http://sourceforge.net/projects/pcre/files/pcre/' | \
-    $(SED) -n 's,.*tr title="\([0-9][^"]*\)".*,\1,p' | \
-    head -1
+    $(WGET) -q -O- 'https://ftp.pcre.org/pub/pcre/' | \
+    $(SED) -n 's,.*pcre-\([0-9]\+\)\(\.[0-9]\+\)*\.zip.*,\1\2,p' | \
+    tail -1
 endef
 
 define $(PKG)_BUILD