changeset 3269:73f492e59b3f

Update pcre to 8.33 * index.html: update pcre-version. * src/pcre.mk: update checksum
author John Donoghue <john.donoghue@ieee.org>
date Fri, 18 Oct 2013 18:03:15 -0400
parents d7805a58c442
children 7ecd056f09a6
files index.html src/pcre.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Thu Oct 17 20:00:34 2013 -0400
+++ b/index.html	Fri Oct 18 18:03:15 2013 -0400
@@ -2053,7 +2053,7 @@
     </tr>
     <tr>
         <td id="pcre-package">pcre</td>
-        <td id="pcre-version">8.31</td>
+        <td id="pcre-version">8.33</td>
         <td id="pcre-website"><a href="http://www.pcre.org/">PCRE</a></td>
     </tr>
     <tr>
--- a/src/pcre.mk	Thu Oct 17 20:00:34 2013 -0400
+++ b/src/pcre.mk	Fri Oct 18 18:03:15 2013 -0400
@@ -3,7 +3,7 @@
 
 PKG             := pcre
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 1132276bb8bea7cb0662210fb812fbef7791621f
+$(PKG)_CHECKSUM := c4dd6aa1ffeca7bea1bc45b214c8e862bfdacc3c
 $(PKG)_SUBDIR   := pcre-$($(PKG)_VERSION)
 $(PKG)_FILE     := pcre-$($(PKG)_VERSION).tar.bz2
 $(PKG)_URL      := http://$(SOURCEFORGE_MIRROR)/project/pcre/pcre/$($(PKG)_VERSION)/$($(PKG)_FILE)