changeset 2441:17669944fd2f

update package libffi
author Mark Brand <mabrand@mabrand.nl>
date Sun, 22 Apr 2012 08:51:06 +0200
parents 5982c58c53e7
children 3a37e58eab36
files index.html src/libffi.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Sat Apr 21 23:26:03 2012 +0200
+++ b/index.html	Sun Apr 22 08:51:06 2012 +0200
@@ -1320,7 +1320,7 @@
     </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>
--- a/src/libffi.mk	Sat Apr 21 23:26:03 2012 +0200
+++ b/src/libffi.mk	Sun Apr 22 08:51:06 2012 +0200
@@ -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)