index
:
openwrt-packages.git
Community maintained packages for OpenWrt
log msg
author
committer
range
linksys3200ac-master
master
update/libndpi-to-4.6
update/udpspeeder
about
summary
refs
log
tree
commit
diff
path:
root
/
libs
/
pcre
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
heil <heil@terminal-consulting.de>
2017-01-22 21:09:54 +0100
committer
heil <heil@terminal-consulting.de>
2017-01-22 21:09:54 +0100
commit
7c374fa372cb9d188d33eeddc241e767ab64394e
(
patch
)
tree
0bada0dd3c92da9f0aa8b45e5d48533f656310c7
/
libs/pcre
parent
a84d421b18ff3811a97a2eec33075cb04e2bdd34
(
diff
)
package: pcre bump to version 8.40
Signed-off-by: heil <heil@terminal-consulting.de>
Diffstat
(limited to 'libs/pcre')
-rw-r--r--
libs/pcre/Makefile
4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/pcre/Makefile b/libs/pcre/Makefile
index 1e041612b..63f3eefc8 100644
--- a/
libs/pcre/Makefile
+++ b/
libs/pcre/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=pcre
-PKG_VERSION:=8.39
+PKG_VERSION:=8.40
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:=e3fca7650a0556a2647821679d81f585
+PKG_MD5SUM:=41a842bf7dcecd6634219336e2167d1d
PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>
PKG_LICENSE:=BSD-3-Clause