summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 fe5f6fc..5ac5e15 100644
--- a/index.html
+++ b/index.html
@@ -1425,7 +1425,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="libffi-package">libffi</td>
- <td id="libffi-version">3.0.11</td>
+ <td id="libffi-version">3.0.13</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 e28ce4d..60c5c7a 100644
--- a/src/libffi.mk
+++ b/src/libffi.mk
@@ -3,7 +3,7 @@
PKG := libffi
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := bff6a6c886f90ad5e30dee0b46676e8e0297d81d
+$(PKG)_CHECKSUM := f5230890dc0be42fb5c58fbf793da253155de106
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := ftp://sourceware.org/pub/$(PKG)/$($(PKG)_FILE)