diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2020-04-05 21:53:47 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-04-09 22:08:29 +0200 |
commit | c9daacbf183ad6e0a77390dfdbebf3ccbfa123e4 (patch) | |
tree | f447c8be123f31a22f8b8061bae80a55f77e5c37 /tools/e2fsprogs/Makefile | |
parent | cb511ceb450f68274248883c0de53094e7dd8763 (diff) | |
download | upstream-c9daacbf183ad6e0a77390dfdbebf3ccbfa123e4.tar.gz upstream-c9daacbf183ad6e0a77390dfdbebf3ccbfa123e4.tar.bz2 upstream-c9daacbf183ad6e0a77390dfdbebf3ccbfa123e4.zip |
tools/e2fsprogs: Update to 1.45.6
Update e2fsprogs to 1.45.6
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 035cb67c23..039959e424 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.45.5 -PKG_HASH:=f9faccc0d90f73556e797dc7cc5979b582bd50d3f8609c0f2ad48c736d44aede +PKG_VERSION:=1.45.6 +PKG_HASH:=ffa7ae6954395abdc50d0f8605d8be84736465afc53b8938ef473fcf7ff44256 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |