nano: update to 2.9.7.

Closes #14430.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
Mike Wortin 2018-05-15 17:34:57 +02:00 committed by Enno Boland
parent 0247fe0c39
commit c1185648f8
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 3 additions and 2 deletions

View File

@ -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 <xtraeme@voidlinux.eu>"
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
}