diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2018-12-24 11:46:24 +0100 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-12-27 13:47:50 +0100 |
commit | 5f978eec18a6d2482aca5b0d264b822734ab47d1 (patch) | |
tree | f10f7dfc262e850811d5adb3e5acf4e6dbd2fb19 /tools/e2fsprogs | |
parent | f3006059eb2988aa9b52646eb695535f5d6a208d (diff) | |
download | upstream-5f978eec18a6d2482aca5b0d264b822734ab47d1.tar.gz upstream-5f978eec18a6d2482aca5b0d264b822734ab47d1.tar.bz2 upstream-5f978eec18a6d2482aca5b0d264b822734ab47d1.zip |
tools/e2fsprogs: Update to 1.44.5
Update e2fsprogs to 1.44.5
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 f11ce52ca0..db93c3beea 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.4 -PKG_HASH:=ee03b2f2180614c5ae5f6dd2666f8808de61c3d8b37d22ba86cc6daea25be55a +PKG_VERSION:=1.44.5 +PKG_HASH:=ba5eb3069d69160d96818bb9700de9ab5a8458d9add1fd85d427c0000d34c5b9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |