X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fhtop;h=0dfdf011f5625e0b7ffc4a4a30eac5d63e134c92;hb=e902ebe3be6931f6c632b105ad8fe6997afb305c;hp=fa5d862d72ecdc518c2df913c8551b065d788a73;hpb=79dbff45cb15e490713f5afd7900dd480d74a131;p=ipfire-2.x.git diff --git a/lfs/htop b/lfs/htop index fa5d862d72..0dfdf011f5 100644 --- a/lfs/htop +++ b/lfs/htop @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2020 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 @@ include Config -VER = 2.1.0 +VER = 3.0.5 THISAPP = htop-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,9 +32,11 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = htop -PAK_VER = 11 +PAK_VER = 16 -DEPS = "" +DEPS = + +CFLAGS += -fcommon ############################################################################### # Top-level Rules @@ -44,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f262b66ad6c194782f4d3a80627e84c8 +$(DL_FILE)_MD5 = 780b79322cfc576a762c2dadb5575d04 install : $(TARGET)