nano: update to 2.9.7.
Closes #14430. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
0247fe0c39
commit
c1185648f8
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nano'
|
# Template file for 'nano'
|
||||||
pkgname=nano
|
pkgname=nano
|
||||||
version=2.9.6
|
version=2.9.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="file-devel ncurses-devel"
|
makedepends="file-devel ncurses-devel"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.nano-editor.org/"
|
homepage="https://www.nano-editor.org/"
|
||||||
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=a373507ebb4e9307a8202fbc19b5d29718025c8ec773669349211c362545d4c6
|
checksum=b64ab017305b1777e97b5b9b07b31db8aeebfc3e8719f61e8da1cf3866d344bd
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) CFLAGS="-DREG_STARTEND=0";;
|
*-musl) CFLAGS="-DREG_STARTEND=0";;
|
||||||
|
@ -18,3 +18,4 @@ esac
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf syntax/nanorc.nanorc
|
vsconf syntax/nanorc.nanorc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue