htop: update to 1.0.

This commit is contained in:
Arne Fitzenreiter
2011-11-24 21:33:19 +01:00
parent 3797305ec0
commit 7fcfb2dae9

View File

@@ -24,7 +24,7 @@
include Config include Config
VER = 0.9 VER = 1.0
THISAPP = htop-$(VER) THISAPP = htop-$(VER)
DL_FILE = $(THISAPP).tar.gz DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP) DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP)
PROG = htop PROG = htop
PAK_VER = 4 PAK_VER = 5
DEPS = "" DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 7c5507f35f363f3f40183a2ba3c561f8 $(DL_FILE)_MD5 = 325112ca7947ea1f6d6441f631e00384
install : $(TARGET) install : $(TARGET)