nano: update to 5.0.
Also set site for the update-check to see latest version (i.e. 6.x).
This commit is contained in:
parent
a8b23a969d
commit
e4c473f504
2 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'nano'
|
||||
pkgname=nano
|
||||
version=4.9.3
|
||||
version=5.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-utf8"
|
||||
|
@ -10,8 +10,8 @@ maintainer="Lugubris <lugubris@disroot.org>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.nano-editor.org/"
|
||||
changelog="http://git.savannah.gnu.org/cgit/nano.git/plain/NEWS"
|
||||
distfiles="https://www.nano-editor.org/dist/v4/nano-${version}.tar.xz"
|
||||
checksum=6e3438f033a0ed07d3d74c30d0803cbda3d2366ba1601b7bbf9b16ac371f51b4
|
||||
distfiles="https://www.nano-editor.org/dist/v${version%%.*}/nano-${version}.tar.xz"
|
||||
checksum=7c0d94be69cd066f20df2868a2da02f7b1d416ce8d47c0850a8bd270897caa36
|
||||
|
||||
post_install() {
|
||||
vsconf syntax/nanorc.nanorc
|
||||
|
|
1
srcpkgs/nano/update
Normal file
1
srcpkgs/nano/update
Normal file
|
@ -0,0 +1 @@
|
|||
site="https://www.nano-editor.org/dist/latest"
|
Loading…
Reference in a new issue