From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer <matthias.fischer@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] htop: Update to 3.0.1 Date: Sun, 06 Sep 2020 13:46:47 +0200 Message-ID: <20200906114647.6900-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6476819659899023205==" List-Id: <development.lists.ipfire.org> --===============6476819659899023205== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: https://htop.dev/downloads.html Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org> --- lfs/htop | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/htop b/lfs/htop index 272c8feb9..f31f47851 100644 --- a/lfs/htop +++ b/lfs/htop @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team <info(a)ipfire.org> = # +# Copyright (C) 2007-2020 IPFire Team <info(a)ipfire.org> = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.2.0 +VER =3D 3.0.1 =20 THISAPP =3D htop-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D htop -PAK_VER =3D 12 +PAK_VER =3D 13 =20 DEPS =3D =20 @@ -46,7 +46,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 0d816b6beed31edc75babcfbf863ffa8 +$(DL_FILE)_MD5 =3D 007907d7104b49d2d1b3e5679923552c =20 install : $(TARGET) =20 --=20 2.18.0 --===============6476819659899023205==--