From patchwork Sun Mar 18 20:14:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1701 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id B76D7600DA for ; Sun, 18 Mar 2018 10:14:17 +0100 (CET) X-Virus-Scanned: ClamAV at mail01.ipfire.org X-Spam-Flag: NO X-Spam-Score: -0.6 X-Spam-Level: X-Spam-Status: No, score=-0.6 tagged_above=-999 required=5 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, KAM_NUMSUBJECT=0.5] autolearn=disabled Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id DC7C4108F565; Sun, 18 Mar 2018 09:14:15 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ipfire.org; s=201801; t=1521364456; x=1523956456; bh=28kPVHCa9qa0TX/Bxo2BzSJpG6PcVusPyVwCJ0eU/qY=; h=From:To:Subject:Date:Message-Id:Sender:From:To:Cc:Date: Content-Type:Message-ID:In-Reply-To:Subject:Reply-To:Sender; b=cXD/2FAEf+Th7ay+bql87i/ey4jZVK+q66y8uj4Z3h1lMQyKiO5PoXcc3O8oyGwf3 4RfR7yqCUdFtulqCKVLNSPNeLcSLOkvMt+p0gWYRpUtd4iB63oeQXJEi6ADdHxzzI3 5fmu/OveCKrK2GpZ7KhCLXm/GoJetWCsKAI1QNkEwAy6oYcWZ+IUViH7v26ELJNxu9 cck5wD1hZ7TNy1ijSdDGnuU8EcS5Q3PFlt0yeHC3V+hw8IpXcI6cQB1kUx0RvjovbV RuJsxHGkx46jorw/UI+qiFydm6f5zePbYVs8RX32khiVpSlXZK3aBomYJ3mrc98PCK 4MOh0SR4qZ+5g== X-Virus-Scanned: ClamAV at mail01.ipfire.org Received: from Devel.localdomain (p5B0A20A2.dip0.t-ipconnect.de [91.10.32.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 75741108C3AA for ; Sun, 18 Mar 2018 09:14:11 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ipfire.org; s=201801; t=1521364451; x=1523956451; bh=28kPVHCa9qa0TX/Bxo2BzSJpG6PcVusPyVwCJ0eU/qY=; h=From:To:Subject:Date:Message-Id:From:To:Cc:Date:Content-Type: Message-ID:In-Reply-To:Subject:Reply-To:Sender; b=eG73cG6inEtneJ3ZFfrEL7PauGhZSChehS6qHwhJlInB0/GDtSdBM6MrZQ0YYFTZB YESwEAvoDtxVcjyG5SlMk14KGHO8l/YcNm+4O0Ec6aEcvlZEs7WXWIpMw4z4MW+x51 tuwFCV9VnnT2kxdcRkOZG9o5RfFpggFhHJqsKlsYrMowigmcc12LrRuTWbUv95uLJv A7EwM25c5dIAQkJMXRJjai+FxzlqklmDnoNI4EwHWTwUZzUFYgEcFZ/QUkpOK3WDci he8HYV0CMQym4mys2cOv4464zO0ZQAy4myRUmJzovOQY+XnOYWqeCAd1otEeE8j9m4 aHCI8WlBlt60A== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] htop: Update to 2.1.0 Date: Sun, 18 Mar 2018 10:14:07 +0100 Message-Id: <20180318091407.2692-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.16.2 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" For details see: https://hisham.hm/htop/index.php?page=downloads Best, Matthias Signed-off-by: Matthias Fischer --- lfs/htop | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/htop b/lfs/htop index ee48d658c..6fba6c0bb 100644 --- a/lfs/htop +++ b/lfs/htop @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2016 IPFire Team # +# Copyright (C) 2007-2018 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.0.2 +VER = 2.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 = 9 +PAK_VER = 10 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 7d354d904bad591a931ad57e99fea84a +$(DL_FILE)_MD5 = f262b66ad6c194782f4d3a80627e84c8 install : $(TARGET)