From c1185648f87a93292fc75219c90eef0947e622e9 Mon Sep 17 00:00:00 2001 From: Mike Wortin Date: Tue, 15 May 2018 17:34:57 +0200 Subject: [PATCH] nano: update to 2.9.7. Closes #14430. Signed-off-by: Enno Boland --- srcpkgs/nano/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/nano/template b/srcpkgs/nano/template index edd24f48ce5..0aebeb132e7 100644 --- a/srcpkgs/nano/template +++ b/srcpkgs/nano/template @@ -1,6 +1,6 @@ # Template file for 'nano' pkgname=nano -version=2.9.6 +version=2.9.7 revision=1 build_style=gnu-configure makedepends="file-devel ncurses-devel" @@ -9,7 +9,7 @@ maintainer="Juan RP " license="GPL-3.0-or-later" homepage="https://www.nano-editor.org/" distfiles="https://www.nano-editor.org/dist/v${version%.*}/nano-$version.tar.xz" -checksum=a373507ebb4e9307a8202fbc19b5d29718025c8ec773669349211c362545d4c6 +checksum=b64ab017305b1777e97b5b9b07b31db8aeebfc3e8719f61e8da1cf3866d344bd case "$XBPS_TARGET_MACHINE" in *-musl) CFLAGS="-DREG_STARTEND=0";; @@ -18,3 +18,4 @@ esac post_install() { vsconf syntax/nanorc.nanorc } +