nano: update to 4.0.
This commit is contained in:
parent
6ce18840b8
commit
1c3119eda2
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'nano'
|
# Template file for 'nano'
|
||||||
pkgname=nano
|
pkgname=nano
|
||||||
version=3.2
|
version=4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-utf8"
|
configure_args="--enable-utf8"
|
||||||
makedepends="file-devel ncurses-devel"
|
makedepends="file-devel ncurses-devel"
|
||||||
short_desc="The GNU nano text editor"
|
short_desc="GNU nano text editor"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.nano-editor.org/"
|
homepage="https://www.nano-editor.org/"
|
||||||
changelog="http://git.savannah.gnu.org/cgit/nano.git/plain/NEWS"
|
changelog="http://git.savannah.gnu.org/cgit/nano.git/plain/NEWS"
|
||||||
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=d12773af3589994b2e4982c5792b07c6240da5b86c5aef2103ab13b401fe6349
|
checksum=1e2fcfea35784624a7d86785768b772d58bb3995d1aec9176a27a113b1e9bac3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf syntax/nanorc.nanorc
|
vsconf syntax/nanorc.nanorc
|
||||||
|
|
Loading…
Reference in New Issue