From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH] htop: Update to 3.0.3 Date: Fri, 18 Dec 2020 12:16:21 +0100 Message-ID: <69e4bb4f-12ef-ca69-7547-37e3b917ceb6@gmail.com> In-Reply-To: <6FC0D262-84AF-408B-9BB8-6E1DE9CBFBC1@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8829769700573760576==" List-Id: --===============8829769700573760576== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Nichael, On 18/12/2020 10:53, Michael Tremer wrote: > Hi, >=20 >> On 17 Dec 2020, at 17:13, Adolf Belka wrote: >> >> 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 >=20 > I would help Git and Patchwork if you leave an empty line between your comm= it message and the Signed-off-by: line. >=20 > I use =E2=80=9Cgit commit -s=E2=80=9D which adds this automatically. Whoops. I also use git commit -s but then I have been filling the space up (D= uuuuh). Won't do it in future. Regards, Adolf. >=20 > This isn=E2=80=99t a major issue, but sometimes I edit it and sometimes I f= orget when I merge the patch :) >=20 > Best, > -Michael >=20 >> --- >> lfs/htop | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/lfs/htop b/lfs/htop >> index 8bf588be9..c081d6dc9 100644 >> --- a/lfs/htop >> +++ b/lfs/htop >> @@ -24,7 +24,7 @@ >> >> include Config >> >> -VER =3D 3.0.2 >> +VER =3D 3.0.3 >> >> 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 >> >> DEPS =3D >> >> @@ -46,7 +46,7 @@ objects =3D $(DL_FILE) >> >> $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >> >> -$(DL_FILE)_MD5 =3D fb848a1c91871d134c785bccb560ca8d >> +$(DL_FILE)_MD5 =3D b51b9b42b92c1f71656244ba3164da50 >> >> install : $(TARGET) >> >> --=20 >> 2.29.2 >> >=20 --===============8829769700573760576==--