mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
nano: update to 2.9.6.
Closes #13907. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
02b98c3a56
commit
5a1204aa27
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'nano'
|
# Template file for 'nano'
|
||||||
pkgname=nano
|
pkgname=nano
|
||||||
version=2.9.5
|
version=2.9.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="file-devel ncurses-devel"
|
makedepends="file-devel ncurses-devel"
|
||||||
short_desc="The GNU nano text editor"
|
short_desc="The GNU nano text editor"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://www.nano-editor.org/"
|
|
||||||
license="GPL-3.0-or-later"
|
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"
|
distfiles="https://www.nano-editor.org/dist/v${version%.*}/nano-$version.tar.xz"
|
||||||
checksum=7b8d181cb57f42fa86a380bb9ad46abab859b60383607f731b65a9077f4b4e19
|
checksum=a373507ebb4e9307a8202fbc19b5d29718025c8ec773669349211c362545d4c6
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) CFLAGS="-DREG_STARTEND=0";;
|
*-musl) CFLAGS="-DREG_STARTEND=0";;
|
||||||
|
|
Loading…
Add table
Reference in a new issue