summaryrefslogtreecommitdiff
path: root/package/pcre
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-07-16 18:52:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-07-16 18:53:56 +0200
commitc57a5e47f7799c07c1b5fec1c4b449862eeb60d4 (patch)
treed0a84cafb94422e698434203faf1cafcd00adea5 /package/pcre
parentdcf61087858dbc508461e3881b0d545e377477d0 (diff)
pcre: update to 8.41
Diffstat (limited to 'package/pcre')
-rw-r--r--package/pcre/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/pcre/Makefile b/package/pcre/Makefile
index 8c82baa7e..435d5dcb2 100644
--- a/package/pcre/Makefile
+++ b/package/pcre/Makefile
@@ -4,9 +4,9 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= pcre
-PKG_VERSION:= 8.40
+PKG_VERSION:= 8.41
PKG_RELEASE:= 1
-PKG_HASH:= 1d75ce90ea3f81ee080cdc04e68c9c25a9fb984861a0618be7bbf676b18eda3e
+PKG_HASH:= 244838e1f1d14f7e2fa7681b857b3a8566b74215f28133f14a8f5e59241b682c
PKG_DESCR:= perl compatible regular expression library
PKG_SECTION:= libs/misc
PKG_URL:= http://www.pcre.org/
@@ -17,7 +17,7 @@ PKG_OPTS:= dev
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
PKG_SUBPKGS:= LIBPCRE LIBPCRECPP
-PKGSD_LIBPCRECPP:= PCRE c++ library
+PKGSD_LIBPCRECPP:= pcre c++ library
include ${ADK_TOPDIR}/mk/host.mk
include ${ADK_TOPDIR}/mk/package.mk