diff options
author | Paul Wassi <p.wassi@gmx.at> | 2018-03-26 13:51:01 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-08-21 20:42:54 +0200 |
commit | 8f5c55f63eceb326c3427a5ba79cea2a96af0e4f (patch) | |
tree | 6b207dda8bee48438fa9f3701b7681e8afd68c1c | |
parent | d35a7bf4b4628b2656bc9611b03940ca27a638e6 (diff) | |
download | mtk-20170518-8f5c55f63eceb326c3427a5ba79cea2a96af0e4f.zip mtk-20170518-8f5c55f63eceb326c3427a5ba79cea2a96af0e4f.tar.gz mtk-20170518-8f5c55f63eceb326c3427a5ba79cea2a96af0e4f.tar.bz2 |
tools/e2fsprogs: update to 1.44.1
Update e2fsprogs to upstream 1.44.1 (feature and bugfix release)
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
(cherry picked from commit 8262179f4a007035a531bb913261f5f91115fad8)
-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 d709e8f..676da26 100644 --- a/tools/e2fsprogs/Makefile +++ b/tools/e2fsprogs/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=e2fsprogs -PKG_VERSION:=1.44.0 -PKG_HASH:=a3567042f03fcee0e01db8f923b24cec92e2ba5b11f8e39e245672ad5392723d +PKG_VERSION:=1.44.1 +PKG_HASH:=0ca164c1c87724df904c918b2d7051ef989b51de725db66c67514dbe6dd2b9ef PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |