]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
htop: Update to 2.2.0
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sun, 6 May 2018 09:12:07 +0000 (11:12 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 7 May 2018 10:33:26 +0000 (11:33 +0100)
For details see:
https://hisham.hm/htop/index.php?page=downloads

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/htop

index fa5d862d72ecdc518c2df913c8551b065d788a73..37f04aa63c68ff320d352b6b5a77a4bf2419dd82 100644 (file)
--- a/lfs/htop
+++ b/lfs/htop
@@ -24,7 +24,7 @@
 
 include Config
 
 
 include Config
 
-VER        = 2.1.0
+VER        = 2.2.0
 
 THISAPP    = htop-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 
 THISAPP    = htop-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = htop
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = htop
-PAK_VER    = 11
+PAK_VER    = 12
 
 DEPS       = ""
 
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = f262b66ad6c194782f4d3a80627e84c8
+$(DL_FILE)_MD5 = 0d816b6beed31edc75babcfbf863ffa8
 
 install : $(TARGET)
 
 
 install : $(TARGET)