From patchwork Sun Sep 16 00:23:29 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1937 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id 2A57361A23 for ; Sat, 15 Sep 2018 16:31:19 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 3C09E10FE4CC; Sat, 15 Sep 2018 15:23:36 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1537021416; 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=0c498tpLbFEMtsZRs8uX0SWmWiLCjxAkR67AaGkYGgI=; b=08pLEvYlxUeQEm6F6Gcl3F/EKTxcu/wzTWLv5oxSUMjteS5vg1sVRYqkM/8VEr+gQT1hDi BKmunkyb5EKlJrW9FAnB43hcwmedFtb6u6GGtzz94J57OFeDB47OUfUtr3L8QZ+9qzd5vU 3pVzNEK+x81tNcLFpEPgbiVwCoO46rMVnnULUuOnC7C+AwQcxc+8hvSPAS0b+POcgxDX0K igWQCZUrzK6HzPckVTEvQqtOpnqUaRu7wZy/alODfzrrfGvLa0t+Kwpm8VwiBDMegB/D5h Yy182PdHl/7JjsFrQDRJ0n0ohnM2SiAnj6CauvOil6wAPYPKVpcoG6OwN5CwiA== Received: from Devel.localdomain (p5B0A3506.dip0.t-ipconnect.de [91.10.53.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 71C91109613A for ; Sat, 15 Sep 2018 15:23:33 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1537021413; 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=0c498tpLbFEMtsZRs8uX0SWmWiLCjxAkR67AaGkYGgI=; b=nT8ij5eAELRyklS1Hz0hkKrcEnW7Ba2+dPXTNPR1yvce1+rC7KjAB5Ko/ghgBcetvFrYjQ 1YzRSLJEP1kNJ4uc06qXsyMz0ZEOVreg3OGXfpjj1huBFpbDcRUn+V5avlxjzHX6NgRM2m MdPXkVXRa7tfctMejbfg+3QEIWkoyOtODWVXRxMzYA6z0djRlsSOfyFfMpBZvcmLlLbjiG zacDPlVAL2GmqdytT6hY+gPjj59//vuoZ7O6Ulngz9EEYSgWY34XG3EHdoACrGZ5kUEQOj IA7V7pd6/KkDONZnlhFrWvxIGqi2CEhUbVWUU3nIFwk6O8hOHyMpkeA8eLwWVw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] nano: Update to 3.0 Date: Sat, 15 Sep 2018 16:23:29 +0200 Message-Id: <20180915142329.1853-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-Spamd-Result: default: False [-5.09 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; DKIM_SIGNED(0.00)[]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM(-2.99)[-0.998,0]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:3320, ipnet:91.0.0.0/10, country:DE]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=-5.09 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://www.nano-editor.org/news.php Best, Matthias Signed-off-by: Matthias Fischer --- lfs/nano | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/nano b/lfs/nano index 9783c2917..cb87793cf 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,7 +24,7 @@ include Config -VER = 2.9.8 +VER = 3.0 THISAPP = nano-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nano -PAK_VER = 23 +PAK_VER = 24 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = fd58e87c20abbf029e5c4b153c89232a +$(DL_FILE)_MD5 = 1f5064e5c3aaa60a36b956d0509d8577 install : $(TARGET)