summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-04-22 06:51:06 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-04-22 06:51:06 (GMT)
commit6ead4f1cde43f1b234b7fddda633eb60bf65638f (patch)
tree50c499bae4a6ef0f5d3c10646f16cc653fce9d25
parent2f71879b8f0e8f21c5c9611aa0f8980a048ce70f (diff)
downloadmxe-6ead4f1cde43f1b234b7fddda633eb60bf65638f.zip
mxe-6ead4f1cde43f1b234b7fddda633eb60bf65638f.tar.gz
mxe-6ead4f1cde43f1b234b7fddda633eb60bf65638f.tar.bz2
update package libffi
-rw-r--r--index.html2
-rw-r--r--src/libffi.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 16b2338..61258aa 100644
--- a/index.html
+++ b/index.html
@@ -1320,7 +1320,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="libffi-package">libffi</td>
- <td id="libffi-version">3.0.10</td>
+ <td id="libffi-version">3.0.11</td>
<td id="libffi-website"><a href="http://sourceware.org/libffi/">libffi</a></td>
</tr>
<tr>
diff --git a/src/libffi.mk b/src/libffi.mk
index 65415a2..e49a882 100644
--- a/src/libffi.mk
+++ b/src/libffi.mk
@@ -3,7 +3,7 @@
PKG := libffi
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 97abf70e6a6d315d9259d58ac463663051d471e1
+$(PKG)_CHECKSUM := bff6a6c886f90ad5e30dee0b46676e8e0297d81d
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := ftp://sourceware.org/pub/$(PKG)/$($(PKG)_FILE)