From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] htop: update to verion 2.0.1 Date: Thu, 10 Mar 2016 07:24:52 +0100 Message-ID: <1457591092-22830-1-git-send-email-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4961877651186522799==" List-Id: --===============4961877651186522799== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable With ncurses 6.0, htop will also support your mouse wheel for scrolling I tried it... :) very nice tool... http://hisham.hm/htop/ Signed-off-by: Marcel Lorenz --- lfs/htop | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/htop b/lfs/htop index 3e5b532..9c0a90c 100644 --- a/lfs/htop +++ b/lfs/htop @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2014 IPFire Team = # +# Copyright (C) 2007-2016 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 1.0.3 +VER =3D 2.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 7 +PAK_VER =3D 8 =20 DEPS =3D "" =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D e768b9b55c033d9c1dffda72db3a6ac7 +$(DL_FILE)_MD5 =3D f75fe92b4defaa80d99109830f34b5e2 =20 install : $(TARGET) =20 --=20 1.9.1 --===============4961877651186522799==--