Note that libtools's OpenWrt Makefile seems to be ignoring its md5sum. Not sure why.
Signed-off-by: Russell Senior <[email protected]> --- package/libs/libtool/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libs/libtool/Makefile b/package/libs/libtool/Makefile index df18c1d..574440e 100644 --- a/package/libs/libtool/Makefile +++ b/package/libs/libtool/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2013 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:=libtool -PKG_VERSION:=2.4 +PKG_VERSION:=2.4.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/libtool -PKG_MD5SUM:=b32b04148ecdd7344abc6fe8bd1bb021 +PKG_MD5SUM:=d2f3b7d4627e69e13514a40e72a24d50 PKG_LICENSE:=GPLv2 PKG_LICENSE_FILES:=COPYING -- 1.7.10.4 -- Russell Senior, President [email protected] _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
