From: Luka Perkov Date: Sun, 17 Jun 2012 21:34:16 +0000 (+0000) Subject: e2fsprogs: fix md5sum issue X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1005d38f3a83731955f87a22202a8834fb8ed65f;p=openwrt%2Fsvn-archive%2Farchive.git e2fsprogs: fix md5sum issue md5sum from kernel.org and sourceforge.net are not the same SVN-Revision: 32418 --- diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile index 852a4f48bb..cbd520af96 100644 --- a/package/e2fsprogs/Makefile +++ b/package/e2fsprogs/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=e2fsprogs PKG_VERSION:=1.42.4 -PKG_MD5SUM:=e17fa99748fe020012345834c7c35997 +PKG_MD5SUM:=b6e296f210d642361b7394437ff0f318 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile index ab81320180..194e3edd7a 100644 --- a/tools/e2fsprogs/Makefile +++ b/tools/e2fsprogs/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=e2fsprogs PKG_VERSION:=1.42.4 -PKG_MD5SUM:=e17fa99748fe020012345834c7c35997 +PKG_MD5SUM:=b6e296f210d642361b7394437ff0f318 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz