diff options
author | Thomas Heil <heil@terminal-consulting.de> | 2015-01-04 20:52:11 +0100 |
---|---|---|
committer | Thomas Heil <heil@terminal-consulting.de> | 2015-01-04 20:52:11 +0100 |
commit | 7e28e544180548b73458c73c9bf5189827d76832 (patch) | |
tree | c321d8841e88021c534f8df067701d323eb9a953 /libs/pcre | |
parent | a393c6b021158ca931de0b894c56c2686a9f008b (diff) |
pcre: update to version 8.36
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
Diffstat (limited to 'libs/pcre')
-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 e93475e1e..2c708ec86 100644 --- a/libs/pcre/Makefile +++ b/libs/pcre/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pcre -PKG_VERSION:=8.35 -PKG_RELEASE:=3 +PKG_VERSION:=8.36 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/pcre -PKG_MD5SUM:=6aacb23986adccd9b3bc626c00979958 +PKG_MD5SUM:=b767bc9af0c20bc9c1fe403b0d41ad97 PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de> PKG_LICENSE:=BSD-3-Clause |