nano: update to 2.8.4
"With this release we return to GNU. For just a little while we dreamt we were tigers. But we are back in the herd, back to a healthy diet of fresh green free grass." (GNU nano 2.7.0)
This commit is contained in:
parent
973cb3a201
commit
d659b6cdde
2 changed files with 3 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'nano'
|
||||
pkgname=nano
|
||||
version=2.8.2
|
||||
version=2.8.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="file-devel zlib-devel ncurses-devel"
|
||||
short_desc="The nano text editor"
|
||||
short_desc="The GNU nano text editor"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://www.nano-editor.org/"
|
||||
license="GPL-3"
|
||||
distfiles="https://www.nano-editor.org/dist/v${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=023e8a7b38b2420d5476d7b2b4d8524d7de55c0853b4dc0b02e4a4adf7ecb9e0
|
||||
checksum=c7cf264f0f3e4af43ecdbc4ec72c3b1e831c69a1a5f6512d5b0c109e6bac7b11
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) CFLAGS="-DREG_STARTEND=0";;
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
site="https://nano-editor.org/download.php"
|
||||
ignore="*pre*"
|
Loading…
Reference in a new issue