diff options
author | diizzyy <diizzyy@users.noreply.github.com> | 2016-10-02 22:55:23 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-04 11:50:47 +0200 |
commit | b8b807b1a9759e1474bf5d619240c163149bf269 (patch) | |
tree | 1e6cec06ac37fdb8a7758de56429248ca834022f /tools/e2fsprogs | |
parent | 792e8bc8bb99c688f43bb4cdab56b354c02fd18b (diff) | |
download | upstream-b8b807b1a9759e1474bf5d619240c163149bf269.tar.gz upstream-b8b807b1a9759e1474bf5d619240c163149bf269.tar.bz2 upstream-b8b807b1a9759e1474bf5d619240c163149bf269.zip |
tools/e2fsprogs: Update to 1.43.3
Update e2fsprogs to 1.43.3
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
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 1251361b3e..ffe1782eb1 100644 --- a/tools/e2fsprogs/Makefile +++ b/tools/e2fsprogs/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=e2fsprogs -PKG_VERSION:=1.43.1 -PKG_MD5SUM:=1775f3f0eed9dee1c5f39e08d1964a97 +PKG_VERSION:=1.43.3 +PKG_MD5SUM:=ec0cd4faac71b2fcf9f73733e4d50ead PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |