From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] htop: Update to 3.0.3 Date: Fri, 18 Dec 2020 10:53:52 +0100 Message-ID: <6FC0D262-84AF-408B-9BB8-6E1DE9CBFBC1@ipfire.org> In-Reply-To: <20201217161328.3195295-1-ahb.ipfire@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6607822232399289203==" List-Id: --===============6607822232399289203== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, > On 17 Dec 2020, at 17:13, Adolf Belka wrote: >=20 > Update htop from 3.0.2 to 3.0.3 > See the Change Log for details of changes > https://github[.]com/htop-dev/htop/blob/master/ChangeLog > Signed-off-by: Adolf Belka I would help Git and Patchwork if you leave an empty line between your commit= message and the Signed-off-by: line. I use =E2=80=9Cgit commit -s=E2=80=9D which adds this automatically. This isn=E2=80=99t a major issue, but sometimes I edit it and sometimes I for= get when I merge the patch :) Best, -Michael > --- > lfs/htop | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/htop b/lfs/htop > index 8bf588be9..c081d6dc9 100644 > --- a/lfs/htop > +++ b/lfs/htop > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 3.0.2 > +VER =3D 3.0.3 >=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 13 > +PAK_VER =3D 14 >=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 fb848a1c91871d134c785bccb560ca8d > +$(DL_FILE)_MD5 =3D b51b9b42b92c1f71656244ba3164da50 >=20 > install : $(TARGET) >=20 > --=20 > 2.29.2 >=20 --===============6607822232399289203==--