diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-29 14:50:52 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-29 14:50:52 +0000 |
commit | c57f9f4079e921cd6777b198e270b17a93218c3c (patch) | |
tree | 896d09190582e8746eb3946c9375a048e0fe19ae /package/e2fsprogs | |
parent | 73683d3f334344d684738ed57aebcccf07caf024 (diff) | |
download | upstream-c57f9f4079e921cd6777b198e270b17a93218c3c.tar.gz upstream-c57f9f4079e921cd6777b198e270b17a93218c3c.tar.bz2 upstream-c57f9f4079e921cd6777b198e270b17a93218c3c.zip |
package/e2fsprogs: update to version 1.41.14
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24848 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/e2fsprogs')
-rw-r--r-- | package/e2fsprogs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile index 3a6a966937..de691eb020 100644 --- a/package/e2fsprogs/Makefile +++ b/package/e2fsprogs/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=e2fsprogs -PKG_VERSION:=1.41.12 -PKG_MD5SUM:=1b24a21fc0c2381ef420961cbfec733f +PKG_VERSION:=1.41.14 +PKG_MD5SUM:=05f70470aea2ef7efbb0845b2b116720 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |