e2fsprogs: fix md5sum issue
md5sum from kernel.org and sourceforge.net are not the same SVN-Revision: 32418
This commit is contained in:
parent
8015c01f4f
commit
fd38f78bfe
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=e2fsprogs
|
PKG_NAME:=e2fsprogs
|
||||||
PKG_VERSION:=1.42.4
|
PKG_VERSION:=1.42.4
|
||||||
PKG_MD5SUM:=e17fa99748fe020012345834c7c35997
|
PKG_MD5SUM:=b6e296f210d642361b7394437ff0f318
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=e2fsprogs
|
PKG_NAME:=e2fsprogs
|
||||||
PKG_VERSION:=1.42.4
|
PKG_VERSION:=1.42.4
|
||||||
PKG_MD5SUM:=e17fa99748fe020012345834c7c35997
|
PKG_MD5SUM:=b6e296f210d642361b7394437ff0f318
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
|
Loading…
Reference in a new issue