aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-02-24 08:24:45 +0200
committerprspkt <prspkt@protonmail.com>2019-02-24 10:37:56 +0200
commit391f7ce09df9f5d84948709da4a5105eff514ada (patch)
tree24eb60e1c009a4ecf2ab31ce20b9695074b3540e
parentaade7e70619690c7be9f41cbbceb82614d1a42f9 (diff)
testing/moe: upgrade to 1.10, clarify license
-rw-r--r--testing/moe/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/moe/APKBUILD b/testing/moe/APKBUILD
index d03add06ab9..610fa351b8e 100644
--- a/testing/moe/APKBUILD
+++ b/testing/moe/APKBUILD
@@ -1,12 +1,12 @@
# Contributor: André Klitzing <aklitzing@gmail.com>
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=moe
-pkgver=1.9
+pkgver=1.10
pkgrel=0
pkgdesc="A powerful and user-friendly text editor"
url="https://www.gnu.org/software/moe/moe.html"
arch="all"
-license="GPL"
+license="GPL-2.0-or-later"
makedepends="ncurses-dev texinfo"
subpackages="$pkgname-doc"
source="https://ftp.gnu.org/gnu/moe/moe-$pkgver.tar.lz"
@@ -24,4 +24,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="277700e4a796e1a7aee42de55ba4599a350a612f95a1a2eca5078d85f6f9a7db190fb5611eb2f286c98580af847a2934bf38a4bce10176db4c5cddc2d257f929 moe-1.9.tar.lz"
+sha512sums="3908d7906aa7dcb8bd4a5d340fe94b06fc91814098c20e8939906c2b0e03e1a8a3c95847b5f8111a5d9f37636a2fafa52f9105e0e8fa0ad8b16c2f9e9dede748 moe-1.10.tar.lz"