nano: update to 2.9.1.

Closes #9585.
This commit is contained in:
maxice8 2017-11-27 22:07:13 -02:00 committed by Enno Boland
parent 253f6336b7
commit 35ad9a2404
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'nano' # Template file for 'nano'
pkgname=nano pkgname=nano
version=2.9.0 version=2.9.1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
makedepends="file-devel zlib-devel ncurses-devel" makedepends="file-devel zlib-devel ncurses-devel"
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://www.nano-editor.org/" homepage="https://www.nano-editor.org/"
license="GPL-3" license="GPL-3"
distfiles="https://www.nano-editor.org/dist/v${version%.*}/nano-$version.tar.xz" distfiles="https://www.nano-editor.org/dist/v${version%.*}/nano-$version.tar.xz"
checksum=d2d30c39caef53aba1ec1b4baff4186d4496f35d2411b0848242a5f2e27e129e checksum=6316d52d0d26af3e79a13dcb4db1c7a4aeac61b37fd9381e801a4189a2ecba7c
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
*-musl) CFLAGS="-DREG_STARTEND=0";; *-musl) CFLAGS="-DREG_STARTEND=0";;