diff options
author | Luka Perkov <luka@openwrt.org> | 2012-06-17 17:52:59 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2012-06-17 17:52:59 +0000 |
commit | 31627df9628841de6474dc8147eaa56051d40187 (patch) | |
tree | 47a470cf9408fca5bfa68440c275f0b3dc192426 | |
parent | ffa83cc2dc9f4226fc529599c24761ad414cf919 (diff) | |
download | upstream-31627df9628841de6474dc8147eaa56051d40187.tar.gz upstream-31627df9628841de6474dc8147eaa56051d40187.tar.bz2 upstream-31627df9628841de6474dc8147eaa56051d40187.zip |
[tools] e2fsprogs: update to 1.42.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32413 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | tools/e2fsprogs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile index 36208b3e83..ab81320180 100644 --- a/tools/e2fsprogs/Makefile +++ b/tools/e2fsprogs/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=e2fsprogs -PKG_VERSION:=1.42.3 -PKG_MD5SUM:=73431146f58d40fe1375aba2060f0da8 +PKG_VERSION:=1.42.4 +PKG_MD5SUM:=e17fa99748fe020012345834c7c35997 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |