mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nano: update to 8.1.
This commit is contained in:
parent
014fec8760
commit
1f8a0c6085
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nano'
|
# Template file for 'nano'
|
||||||
pkgname=nano
|
pkgname=nano
|
||||||
version=8.0
|
version=8.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-utf8"
|
configure_args="--enable-utf8"
|
||||||
|
@ -12,9 +12,8 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://www.nano-editor.org/"
|
homepage="https://www.nano-editor.org/"
|
||||||
changelog="https://git.savannah.gnu.org/cgit/nano.git/plain/NEWS"
|
changelog="https://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=c17f43fc0e37336b33ee50a209c701d5beb808adc2d9f089ca831b40539c9ac4
|
checksum=93b3e3e9155ae389fe9ccf9cb7ab380eac29602835ba3077b22f64d0f0cbe8cb
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf doc/sample.nanorc
|
vsconf doc/sample.nanorc
|
||||||
ln -s nano ${DESTDIR}/usr/bin/enano
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue