aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-08-02 07:20:23 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-08-03 10:32:03 +0000
commit0c5a35eaef0445eca603801e9509d56f8b316251 (patch)
tree313fe7a5753ef464b5f534fcf2f553ab60937f3c
parent5a7befd4a7b5446c9bd34bf47f89d8023c09fe65 (diff)
community/nuspell: upgrade to 5.0.0
-rw-r--r--community/nuspell/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/nuspell/APKBUILD b/community/nuspell/APKBUILD
index f056f12c5a7..645a0962546 100644
--- a/community/nuspell/APKBUILD
+++ b/community/nuspell/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=nuspell
-pkgver=4.2.0
+pkgver=5.0.0
pkgrel=0
pkgdesc="Free and open source C++ spell checking library"
url="https://nuspell.github.io/"
@@ -34,4 +34,6 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="ae9157e9753868c002ed69a765fb705d29d993f3940e11efbc2699778a8b1abee2eb7daa0ff51187b899d6935a215a24662e5b52ec1ef5c644e90a0245f7583d nuspell-4.2.0.tar.gz"
+sha512sums="
+92605c5f0d413b86711fea3b993d656552d5e72440303d3e71907a503d060ead032dfeb0dd8dbb790f35599b8cca8854bdd8650f0560793d9c62a11aebccc2e5 nuspell-5.0.0.tar.gz
+"