diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2018-06-09 22:23:51 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-12-18 17:22:08 +0100 |
commit | 492174198f612df46c58b2dcd636cad163a13ca8 (patch) | |
tree | 711d310581f6294c78e18f4596349c79435a6620 /tools | |
parent | e78aa6f77b73409c1aa3f3722a50614607f977ae (diff) | |
download | upstream-492174198f612df46c58b2dcd636cad163a13ca8.tar.gz upstream-492174198f612df46c58b2dcd636cad163a13ca8.tar.bz2 upstream-492174198f612df46c58b2dcd636cad163a13ca8.zip |
tools/e2fsprogs: Update to 1.44.2
Update e2fsprogs to 1.44.2
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
(backported from 651a62353b02a61f685e34ad6eaea8e61394a741)
Diffstat (limited to 'tools')
-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 |