mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
nano: update to 2.7.0
This commit is contained in:
parent
a151723577
commit
65e7ccdf16
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'nano'
|
# Template file for 'nano'
|
||||||
pkgname=nano
|
pkgname=nano
|
||||||
version=2.6.3
|
version=2.7.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="file-devel zlib-devel ncurses-devel"
|
makedepends="file-devel zlib-devel ncurses-devel"
|
||||||
short_desc="The nano text editor"
|
short_desc="The nano text editor"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.nano-editor.org/"
|
homepage="https://www.nano-editor.org/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="http://www.nano-editor.org/dist/v${version%.*}/$pkgname-$version.tar.gz"
|
distfiles="https://www.nano-editor.org/dist/v${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=4f4054e12f2181c8e436163e931a0a565612242ff9e566c4d1adeda0f91fd503
|
checksum=f86af39514ae74e20bef3c29cd01d1090a9aca772a70e9c9f9e70c3d14b39521
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf doc/nanorc.sample
|
vsconf doc/nanorc.sample
|
||||||
|
|
Loading…
Add table
Reference in a new issue