changeset 2676:6522e8f7a7f2

update package pcre
author Mark Brand <mabrand@mabrand.nl>
date Thu, 26 Jul 2012 12:10:30 +0200
parents 075ebaff0be3
children 4d6ee6781718 010e74541aca 6cda3af0aa1a
files index.html src/pcre.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Thu Jul 26 12:06:25 2012 +0200
+++ b/index.html	Thu Jul 26 12:10:30 2012 +0200
@@ -1690,7 +1690,7 @@
     </tr>
     <tr>
         <td id="pcre-package">pcre</td>
-        <td id="pcre-version">8.30</td>
+        <td id="pcre-version">8.31</td>
         <td id="pcre-website"><a href="http://www.pcre.org/">PCRE</a></td>
     </tr>
     <tr>
--- a/src/pcre.mk	Thu Jul 26 12:06:25 2012 +0200
+++ b/src/pcre.mk	Thu Jul 26 12:10:30 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := pcre
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 68d28fb383325b8af9e3d481d30f586b46c56022
+$(PKG)_CHECKSUM := 1132276bb8bea7cb0662210fb812fbef7791621f
 $(PKG)_SUBDIR   := pcre-$($(PKG)_VERSION)
 $(PKG)_FILE     := pcre-$($(PKG)_VERSION).tar.bz2
 $(PKG)_URL      := http://$(SOURCEFORGE_MIRROR)/project/pcre/pcre/$($(PKG)_VERSION)/$($(PKG)_FILE)