[Buildroot] [PATCH] pcre: bump to version 8.36

Gustavo Zacarias gustavo at zacarias.com.ar
Wed Oct 1 13:27:17 UTC 2014


Also add hash file.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/pcre/pcre.hash | 3 +++
 package/pcre/pcre.mk   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 package/pcre/pcre.hash

diff --git a/package/pcre/pcre.hash b/package/pcre/pcre.hash
new file mode 100644
index 0000000..56c5a17
--- /dev/null
+++ b/package/pcre/pcre.hash
@@ -0,0 +1,3 @@
+# From http://sourceforge.net/projects/pcre/files/pcre/8.36/
+md5	ff7b4bb14e355f04885cf18ff4125c98	pcre-8.36.tar.gz
+sha1	fb537757756818133d8157ec878bc11f5a93ef4d	pcre-8.36.tar.gz
diff --git a/package/pcre/pcre.mk b/package/pcre/pcre.mk
index 2077896..ca495bd 100644
--- a/package/pcre/pcre.mk
+++ b/package/pcre/pcre.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PCRE_VERSION = 8.35
+PCRE_VERSION = 8.36
 PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre
 PCRE_LICENSE = BSD-3c
 PCRE_LICENSE_FILES = LICENCE
-- 
2.0.4



More information about the buildroot mailing list