mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
nano: update to 2.5.0
This commit is contained in:
parent
5daae2e535
commit
a8d0addf1f
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nano'
|
# Template file for 'nano'
|
||||||
pkgname=nano
|
pkgname=nano
|
||||||
version=2.4.3
|
version=2.5.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"
|
||||||
|
@ -9,8 +9,8 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.nano-editor.org/"
|
homepage="http://www.nano-editor.org/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="http://www.nano-editor.org/dist/v${version%.*}/$pkgname-$version.tar.gz"
|
distfiles="http://www.nano-editor.org/dist/v${version%.*}/$pkgname-$version.tar.gz"
|
||||||
checksum=32d627072b6026678e4f4095c047adec92ac7ec542dd6d91cf27f49b601768f2
|
checksum=ff323e6fef74caf0a924304841c07ac65ec30db99dc5c1f8272b4c536a5c89ee
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc doc/nanorc.sample
|
vsconf doc/nanorc.sample
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue