X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id B3584DC3F80 for ; Thu, 10 Dec 2015 12:21:03 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [81.4.121.103]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 1985DDC1737; Thu, 10 Dec 2015 12:21:02 +0000 (UTC) Received: from localhost (eduroam-pool10-148.wlan.uni-bremen.de [134.102.90.147]) by lithium.8pit.net (OpenSMTPD) with ESMTPSA id afb10b8f TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 10 Dec 2015 13:21:00 +0100 (CET) From: =?UTF-8?q?S=C3=B6ren=20Tempel?= To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] main/nano: upgrade to 2.5.0 Date: Thu, 10 Dec 2015 13:20:49 +0100 Message-Id: <1449750049-9913-1-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: git-send-email 2.6.4 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/nano/APKBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/main/nano/APKBUILD b/main/nano/APKBUILD index 5ae9b31..e98a7dc 100644 --- a/main/nano/APKBUILD +++ b/main/nano/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Michael Mason # Maintainer: Michael Zhou pkgname=nano -pkgver=2.4.3 +pkgver=2.5.0 pkgrel=0 pkgdesc="Text Editor. GNU nano is designed to be a free replacement for the Pico text editor." url="http://www.nano-editor.org/" @@ -27,7 +27,6 @@ prepare() { build() { cd "$_builddir" - ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -50,6 +49,6 @@ package() { sed -i "/syntax/s/\"$/\" \"APKBUILD&/" "$pkgdir"/usr/share/nano/sh.nanorc } -md5sums="0acc0ca68eee68ef38f899532a4873c6 nano-2.4.3.tar.gz" -sha256sums="32d627072b6026678e4f4095c047adec92ac7ec542dd6d91cf27f49b601768f2 nano-2.4.3.tar.gz" -sha512sums="53c9f93b0f001a3d6c292a6995d66b6bcca033407b6b69995c62b9e9f721fd5566fbd0e22ece1b2561a47e56ef19c3f1ee196e23edfe832289704e0ebef45de9 nano-2.4.3.tar.gz" +md5sums="751ed96457017572bab15be18cb873ba nano-2.5.0.tar.gz" +sha256sums="ff323e6fef74caf0a924304841c07ac65ec30db99dc5c1f8272b4c536a5c89ee nano-2.5.0.tar.gz" +sha512sums="f05f1afa6a79ff6b87359c46fbdaf6161eacdc265ac6be155a0173e3ab5a17023e205d0b9667a942e754556182a9007fe4438f337a830d20b9546aad9d522ba6 nano-2.5.0.tar.gz" -- 2.6.4 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---