diff options
author | heil <heil@terminal-consulting.de> | 2016-06-21 00:56:41 +0200 |
---|---|---|
committer | heil <heil@terminal-consulting.de> | 2016-06-21 00:56:41 +0200 |
commit | c0c1f314efaeb53096ca4a013cdb842029f244b0 (patch) | |
tree | 19dbb7e5e9f3661876755e8f190fa53984c79996 /libs/pcre/Makefile | |
parent | dd4b385702f5a2393bdb8c73b8bb3f8844771ac1 (diff) |
pcre: bump to version 8.39
Signed-off-by: heil <heil@terminal-consulting.de>
Diffstat (limited to 'libs/pcre/Makefile')
-rw-r--r-- | libs/pcre/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/pcre/Makefile b/libs/pcre/Makefile index 7f0495ee6..1e041612b 100644 --- a/libs/pcre/Makefile +++ b/libs/pcre/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pcre -PKG_VERSION:=8.38 -PKG_RELEASE:=2 +PKG_VERSION:=8.39 +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:=00aabbfe56d5a48b270f999b508c5ad2 +PKG_MD5SUM:=e3fca7650a0556a2647821679d81f585 PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de> PKG_LICENSE:=BSD-3-Clause |