diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-11-24 11:59:51 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-11-24 11:59:51 +0000 |
commit | 28ab38511e411f1cf58fd7741a982c1fa018e7fa (patch) | |
tree | 7bc468d13c818715975c0a792eee67aedf9488d9 /tools/e2fsprogs/Makefile | |
parent | ed589945f0cccd71882c0d54fdd822e11d8bc067 (diff) | |
download | upstream-28ab38511e411f1cf58fd7741a982c1fa018e7fa.tar.gz upstream-28ab38511e411f1cf58fd7741a982c1fa018e7fa.tar.bz2 upstream-28ab38511e411f1cf58fd7741a982c1fa018e7fa.zip |
tools/e2fsprogs: update to e2fsprogs-1.41.12
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24128 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/e2fsprogs/Makefile')
-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 7afd60d4bc..893fcf421f 100644 --- a/tools/e2fsprogs/Makefile +++ b/tools/e2fsprogs/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=e2fsprogs -PKG_VERSION:=1.41.10 -PKG_MD5SUM:=f9c7bb5c036a119453ce02fa871038da +PKG_VERSION:=1.41.12 +PKG_MD5SUM:=1b24a21fc0c2381ef420961cbfec733f PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |