diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2010-12-18 19:47:11 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2010-12-18 19:47:11 +0000 |
commit | 8f28f4bf39423c151c374143ad0510f979f91c66 (patch) | |
tree | c95283678f293dec9d29255c365ebd3164f2b53a /tools/e2fsprogs | |
parent | 18a4a92b1c877d85e9b7046addb7892a7d1f52b8 (diff) | |
download | upstream-8f28f4bf39423c151c374143ad0510f979f91c66.tar.gz upstream-8f28f4bf39423c151c374143ad0510f979f91c66.tar.bz2 upstream-8f28f4bf39423c151c374143ad0510f979f91c66.zip |
e2fsprogs: update to version 1.41.13
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24683 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 893fcf421f..413e965a0e 100644 --- a/tools/e2fsprogs/Makefile +++ b/tools/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.13 +PKG_MD5SUM:=7508a192c7a9471e2128424f4eafac1c PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |