From 0000d52f4823b24a01e934a6c12414a5aa76151c Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 2 Apr 2012 16:19:55 +0000 Subject: [PATCH] [package] libffi: update to 3.0.10 Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/packages@31159 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libffi/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libffi/Makefile b/libs/libffi/Makefile index b03d078cc..90e8f1ae9 100644 --- a/libs/libffi/Makefile +++ b/libs/libffi/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libffi -PKG_VERSION:=3.0.9 +PKG_VERSION:=3.0.10 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://sourceware.org/pub/libffi/ -PKG_MD5SUM:=1f300a7a7f975d4046f51c3022fa5ff1 +PKG_MD5SUM:=79390673f5d07a8fb342bc09b5055b6f PKG_FIXUP:=libtool PKG_INSTALL:=1 -- 2.11.0