aboutsummaryrefslogtreecommitdiff
path: root/libs/pcre2
diff options
context:
space:
mode:
authorShane Peelar <lookatyouhacker@gmail.com>2017-08-22 13:38:24 -0400
committerShane Peelar <lookatyouhacker@gmail.com>2017-08-22 14:51:26 -0400
commit8b98b59e33ec3444257b71be458d90f4c8875857 (patch)
treecc2770c6803a68bb79919354e4b5e093b4796e66 /libs/pcre2
parentd228496352501c47174c8ef629fc886290e3dce6 (diff)
pcre2: Update PCRE2 lib to latest version (10.30)
Update the PCRE2 library to the latest version. Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
Diffstat (limited to 'libs/pcre2')
-rw-r--r--libs/pcre2/Makefile5
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