From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: Re: [PATCH] htop: Update to 3.0.1 Date: Thu, 17 Sep 2020 18:54:52 +0200 Message-ID: In-Reply-To: <25A7E172-2280-4C8B-84DE-0171E412BA8C@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1925732730140982266==" List-Id: --===============1925732730140982266== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, please don't merge this patch - its superseded - 3.0.2 is out. On 10.09.2020 13:56, Michael Tremer wrote: > Reviewed-by: Michael Tremer >=20 >> On 6 Sep 2020, at 12:46, Matthias Fischer = wrote: >>=20 >> For details see: >> https://htop.dev/downloads.html >>=20 >> Signed-off-by: Matthias Fischer >> --- >> lfs/htop | 8 ++++---- >> 1 file changed, 4 insertions(+), 4 deletions(-) >>=20 >> 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 = # >> +# Copyright (C) 2007-2020 IPFire Team = # >> # = # >> # 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 >>=20 >=20 --===============1925732730140982266==--