diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-17 17:52:59 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-17 17:52:59 +0000 |
commit | 8e43256e03c339d7da96238027e824bddd223ab2 (patch) | |
tree | 47a470cf9408fca5bfa68440c275f0b3dc192426 /tools/e2fsprogs | |
parent | 4666e9b56d1d587f6cc55e6609ddcd7127d46035 (diff) |
[tools] e2fsprogs: update to 1.42.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32413 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/e2fsprogs')
-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 36208b3e8..ab8132018 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 |