diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2017-08-22 20:13:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-22 20:13:35 +0100 |
commit | 31b7e8fbc70eeac5e37c4fdeb41e5351dbefd3f1 (patch) | |
tree | cc2770c6803a68bb79919354e4b5e093b4796e66 /libs/pcre2 | |
parent | d228496352501c47174c8ef629fc886290e3dce6 (diff) | |
parent | 8b98b59e33ec3444257b71be458d90f4c8875857 (diff) |
Merge pull request #4745 from InBetweenNames/pcre2
pcre2: Update PCRE2 lib to latest version (10.30)
Diffstat (limited to 'libs/pcre2')
-rw-r--r-- | libs/pcre2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/pcre2/Makefile b/libs/pcre2/Makefile index fd20b95dd..54af681f2 100644 --- a/libs/pcre2/Makefile +++ b/libs/pcre2/Makefile @@ -8,13 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pcre2 -PKG_VERSION:=10.23 +PKG_VERSION:=10.30 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ -PKG_MD5SUM:=b2cd00ca7e24049040099b0a46bb3649 -PKG_HASH:=dfc79b918771f02d33968bd34a749ad7487fa1014aeb787fad29dd392b78c56e +PKG_HASH:=90bd41c605d30e3745771eb81928d779f158081a51b2f314bbcc1f73de5773db PKG_MAINTAINER:=Shane Peelar <lookatyouhacker@gmail.com> PKG_LICENSE:=BSD-3-Clause |