diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2018-06-09 22:23:51 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-06-13 12:15:30 +0200 |
commit | 651a62353b02a61f685e34ad6eaea8e61394a741 (patch) | |
tree | c89ba2f0ee5a6abe504d376bcaddacfc775f6af1 /tools/e2fsprogs/Makefile | |
parent | 3b6f865b011efd025e867bd2a7bb1f880b5d58e0 (diff) | |
download | upstream-651a62353b02a61f685e34ad6eaea8e61394a741.tar.gz upstream-651a62353b02a61f685e34ad6eaea8e61394a741.tar.bz2 upstream-651a62353b02a61f685e34ad6eaea8e61394a741.zip |
tools/e2fsprogs: Update to 1.44.2
Update e2fsprogs to 1.44.2
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
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 f809df424a..783b315081 100644 --- a/tools/e2fsprogs/Makefile +++ b/tools/e2fsprogs/Makefile @@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=e2fsprogs PKG_CPE_ID:=cpe:/a:e2fsprogs_project:e2fsprogs -PKG_VERSION:=1.44.1 -PKG_HASH:=0ca164c1c87724df904c918b2d7051ef989b51de725db66c67514dbe6dd2b9ef +PKG_VERSION:=1.44.2 +PKG_HASH:=8324cf0b6e81805a741d94087b00e99f7e16144f1ee5a413709a1fa6948b126c PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |