diff options
| author | Rosen Penev | 2017-11-22 05:57:53 +0000 |
|---|---|---|
| committer | Matthias Schiffer | 2018-08-21 18:42:53 +0000 |
| commit | 79ac69d9c926e7b05b3940a6e6d75fe70833c766 (patch) | |
| tree | 29ebe23faa6df857f1795c593c7806a5b27740af | |
| parent | 5d9114c9cb3b4a5cfc98d62fe4d3d9c72a6cc067 (diff) | |
| download | openwrt-79ac69d9c926e7b05b3940a6e6d75fe70833c766.tar.gz | |
tools/e2fsprogs: Update to 1.43.7
Compile tested on Fedora 27.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 08cc9a2ca8536e9808b60145cd0e10bdcfc98aca)
| -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 0c054b13ca..0a48b5434d 100644 --- a/tools/e2fsprogs/Makefile +++ b/tools/e2fsprogs/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=e2fsprogs -PKG_VERSION:=1.43.6 -PKG_HASH:=c9b226234ee878a8d89951f3b155cec7416dd0ec09c932c855f1b1df8ad93402 +PKG_VERSION:=1.43.7 +PKG_HASH:=2a6367289047d68d9ba6a46cf89ab9a1efd0556cde02a51ebaf414ff51edded9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |