diff options
author | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-29 17:38:48 +0000 |
---|---|---|
committer | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-29 17:38:48 +0000 |
commit | 0fb45b44d1a4a05c73dc9b10650e514f92e26731 (patch) | |
tree | 5a211f207d3f9759fb97a51a79207875a93f14b1 /tools/e2fsprogs/Makefile | |
parent | c872aa049dbde5deffa62aac0c929b9c51b78339 (diff) |
tools/e2fsprogs: update to version 1.41.14
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24851 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 413e965a0e..330e10475d 100644 --- a/tools/e2fsprogs/Makefile +++ b/tools/e2fsprogs/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=e2fsprogs -PKG_VERSION:=1.41.13 -PKG_MD5SUM:=7508a192c7a9471e2128424f4eafac1c +PKG_VERSION:=1.41.14 +PKG_MD5SUM:=05f70470aea2ef7efbb0845b2b116720 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |