From 7fcfb2dae9110d35da769da4916fbade463434dc Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 24 Nov 2011 21:33:19 +0100 Subject: [PATCH] htop: update to 1.0. --- lfs/htop | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/htop b/lfs/htop index 0f65426fe..967fc8ab8 100644 --- a/lfs/htop +++ b/lfs/htop @@ -24,7 +24,7 @@ include Config -VER = 0.9 +VER = 1.0 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 -PAK_VER = 4 +PAK_VER = 5 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 7c5507f35f363f3f40183a2ba3c561f8 +$(DL_FILE)_MD5 = 325112ca7947ea1f6d6441f631e00384 install : $(TARGET) -- 2.39.2