From d659b6cdde7bdec45ccc89125d20265fe5b30a01 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 26 May 2017 12:44:14 +0200 Subject: [PATCH] nano: update to 2.8.4 "With this release we return to GNU. For just a little while we dreamt we were tigers. But we are back in the herd, back to a healthy diet of fresh green free grass." (GNU nano 2.7.0) --- srcpkgs/nano/template | 6 +++--- srcpkgs/nano/update | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 srcpkgs/nano/update diff --git a/srcpkgs/nano/template b/srcpkgs/nano/template index 587d83aef45..bfb64ae47ab 100644 --- a/srcpkgs/nano/template +++ b/srcpkgs/nano/template @@ -1,15 +1,15 @@ # Template file for 'nano' pkgname=nano -version=2.8.2 +version=2.8.4 revision=1 build_style=gnu-configure makedepends="file-devel zlib-devel ncurses-devel" -short_desc="The nano text editor" +short_desc="The GNU nano text editor" maintainer="Juan RP " homepage="https://www.nano-editor.org/" license="GPL-3" distfiles="https://www.nano-editor.org/dist/v${version%.*}/$pkgname-$version.tar.xz" -checksum=023e8a7b38b2420d5476d7b2b4d8524d7de55c0853b4dc0b02e4a4adf7ecb9e0 +checksum=c7cf264f0f3e4af43ecdbc4ec72c3b1e831c69a1a5f6512d5b0c109e6bac7b11 case "$XBPS_TARGET_MACHINE" in *-musl) CFLAGS="-DREG_STARTEND=0";; diff --git a/srcpkgs/nano/update b/srcpkgs/nano/update deleted file mode 100644 index 52b330795e9..00000000000 --- a/srcpkgs/nano/update +++ /dev/null @@ -1,2 +0,0 @@ -site="https://nano-editor.org/download.php" -ignore="*pre*"