diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-08-07 04:42:21 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-08-21 20:42:52 +0200 |
commit | 7955fab22ac4181aab1648616ce9858ad485c89e (patch) | |
tree | a583c12ca65514f5ac5a3a2b6485fa3e5c35ff58 | |
parent | 866e5b495677124a903c2b29f7a78eadc10f7d5c (diff) | |
download | mtk-20170518-7955fab22ac4181aab1648616ce9858ad485c89e.zip mtk-20170518-7955fab22ac4181aab1648616ce9858ad485c89e.tar.gz mtk-20170518-7955fab22ac4181aab1648616ce9858ad485c89e.tar.bz2 |
tools/e2fsprogs: Update to 1.43.5
Update e2fsprogs to 1.43.5
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
(cherry picked from commit 8477d5454531a35306d57c123c89602fee71a07f)
-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 a95edab..04befc9 100644 --- a/tools/e2fsprogs/Makefile +++ b/tools/e2fsprogs/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=e2fsprogs -PKG_VERSION:=1.43.4 -PKG_HASH:=54b3f21123a531a6a536b9cdcc21344b0122a72790dbe4dacc98e64db25e4a24 +PKG_VERSION:=1.43.5 +PKG_HASH:=261f3d9ade383fbf032a19140c9c25e998cc0f71a1ae686614fb3ae0eb955a17 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |