summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2013-05-29 19:19:03 (GMT)
committerMark Brand <mabrand@mabrand.nl>2013-05-29 19:19:03 (GMT)
commit9452af43a76fd97d5df8a6c539f1737ec5b070c8 (patch)
treed040a97bda8720b482b40bcfb3888b453cf34b9e
parent79e0f972444d1a9c7dbb8379c20b21db85d0929a (diff)
downloadmxe-9452af43a76fd97d5df8a6c539f1737ec5b070c8.zip
mxe-9452af43a76fd97d5df8a6c539f1737ec5b070c8.tar.gz
mxe-9452af43a76fd97d5df8a6c539f1737ec5b070c8.tar.bz2
update package pcre
-rw-r--r--index.html2
-rw-r--r--src/pcre.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 989ae50..8b16f27 100644
--- a/index.html
+++ b/index.html
@@ -1879,7 +1879,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="pcre-package">pcre</td>
- <td id="pcre-version">8.32</td>
+ <td id="pcre-version">8.33</td>
<td id="pcre-website"><a href="http://www.pcre.org/">PCRE</a></td>
</tr>
<tr>
diff --git a/src/pcre.mk b/src/pcre.mk
index 033c061..1839988 100644
--- a/src/pcre.mk
+++ b/src/pcre.mk
@@ -3,7 +3,7 @@
PKG := pcre
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := dbd44267cf4d7c6464391003908d5a4342726700
+$(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)