From patchwork Sun May 6 19:12: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: 1750 Return-Path: Received: from mail01.ipfire.org (mail01.ipfire.org [IPv6:2001:470:7183:25::1]) by web02.i.ipfire.org (Postfix) with ESMTP id F0DD660ACA for ; Sun, 6 May 2018 11:12:15 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 72640111DA59; Sun, 6 May 2018 10:12:15 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1525597935; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=Fy62Z3OtGrsWmAFWHl15Pe1B7Fc2MaTRvfxgIXsCO5M=; b=qKAD220y8oZAJGqiqQ+2jjjY768FPiTDq9mD9WksD7CYkQDHvpGF6Ts1qN2DXi3gs3Ep5p 4EicqurrtsNjha8cLTYLrsOhi2BBMeRz+jQf/YWR2zCX4jOhDH+MKZbGMQ+IU1QWZ/fgrn MPRJNW2RLCbh7eN+XBxGVQquQlsudRu5DSDPwWbNWPFCVvYuO0dQHxfEagUu4qO/bztaIR YybPD1eazjzJbTZf6v0+PQOfPdgoOpyCX1n5yWAXHLxPmDkbyoN1hpZgPw6DMzbBch06uc f+JnquH1Qo1ivbVJdvNG5w99RXB2lQYm75SY7HPk/LH5faWtXqvh+afIdntKEw== Authentication-Results: mail01.i.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1525597932; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=Fy62Z3OtGrsWmAFWHl15Pe1B7Fc2MaTRvfxgIXsCO5M=; b=BBsMn9HpRF/uEuKRW4YmGH/SyqUG6gJEN17vdDs6tlOq0ItZ74Kp4iTZKKIz0p3kZ5CIr4 eBeA02zchIUXZwQFh4N9kBDmXryF6cY56NqWbI7OVN7g5tPPQYTZWHPnqc/IP5ioSiEkwT 8aNR58sN+EXf5d0OCFD0Gvj1GHCRrXL/254GVJ/VThVTOj7knRmEfKs4C+Dd/tmpjYZTNO 8nXogliTN6O8kiAByfYlUVB2x3Mb2DtQ1S2MLXza/9LOP1hA8ccictLKWE7TGH8qzhQhEC 3kTgphVEIR+c2hKnsVo9OGtnCcwDixsbsUpn8PgVxILhSr67XjdjyigVj/ckmQ== Received: from Devel.localdomain (p5B0A1994.dip0.t-ipconnect.de [91.10.25.148]) (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 EE05110F4847 for ; Sun, 6 May 2018 10:12:11 +0100 (BST) From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] htop: Update to 2.2.0 Date: Sun, 6 May 2018 11:12:07 +0200 Message-Id: <20180506091207.31165-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.17.0 X-Spamd-Result: default: False [-2.10 / 11.00]; ASN(0.00)[asn:3320, ipnet:91.0.0.0/10, country:DE]; DKIM_SIGNED(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; RCPT_COUNT_ONE(0.00)[1]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[] X-Spam-Status: No, score=-2.10 X-Rspamd-Server: mail01.i.ipfire.org 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/htop b/lfs/htop index fa5d862d7..37f04aa63 100644 --- a/lfs/htop +++ b/lfs/htop @@ -24,7 +24,7 @@ include Config -VER = 2.1.0 +VER = 2.2.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 = 11 +PAK_VER = 12 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f262b66ad6c194782f4d3a80627e84c8 +$(DL_FILE)_MD5 = 0d816b6beed31edc75babcfbf863ffa8 install : $(TARGET)