aboutsummaryrefslogtreecommitdiffstats
path: root/main/nano
diff options
context:
space:
mode:
authordai9ah <dai9ah@protonmail.com>2018-02-27 21:34:44 +0200
committerWilliam Pitcock <nenolod@dereferenced.org>2018-02-27 20:19:16 +0000
commitc687c0c1dd2e454c5c065c38b164198e37aadabf (patch)
tree29f2f0b897ed724c782fb75fd38723c7af38f8fc /main/nano
parent93dac8e6c22aa22fee0ac52e2bea0bbd4dfda6a2 (diff)
downloadaports-c687c0c1dd2e454c5c065c38b164198e37aadabf.tar.bz2
aports-c687c0c1dd2e454c5c065c38b164198e37aadabf.tar.xz
main/nano: upgrade to 2.9.3, clarify license
Diffstat (limited to 'main/nano')
-rw-r--r--main/nano/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/main/nano/APKBUILD b/main/nano/APKBUILD
index f46fc58099..f768a15906 100644
--- a/main/nano/APKBUILD
+++ b/main/nano/APKBUILD
@@ -1,12 +1,12 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=nano
-pkgver=2.9.1
+pkgver=2.9.3
pkgrel=0
-pkgdesc="Text editor designed to be a free replacement for the Pico text editor"
-url="https://www.nano-editor.org/"
+pkgdesc="Enhanced clone of the Pico text editor"
+url="https://www.nano-editor.org"
arch="all"
-license="GPL"
+license="GPL-3.0-or-later"
makedepends="ncurses-dev file-dev"
subpackages="$pkgname-doc $pkgname-syntax::noarch"
source="https://www.nano-editor.org/dist/v${pkgver%.*}/$pkgname-$pkgver.tar.gz"
@@ -53,4 +53,4 @@ syntax() {
"$subpkgdir"/usr/share/$pkgname/
}
-sha512sums="7eeefd4cb5f02f1ac14ca10c536f873a1a85f3a5ccc5d5c40a12770b26dd0d5b0bbb3a0770b394779c8234891d7226e0d06d72465d7687c971bc62606100d0b6 nano-2.9.1.tar.gz"
+sha512sums="cce389a00dc4db899d7f73522e991bee5fa1fd0538a1af08aa75563e29e6cfba38b53acbba1d95e7876f3cac6298b5cada102d700334446419aadfe61ac18d2a nano-2.9.3.tar.gz"