pcre: update to version 8.36
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
This commit is contained in:
parent
a393c6b021
commit
7e28e54418
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue