diff options
Diffstat (limited to 'main/hunspell')
-rw-r--r-- | main/hunspell/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD index 1fc8ff900d..f2e2db3d86 100644 --- a/main/hunspell/APKBUILD +++ b/main/hunspell/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hunspell -pkgver=1.3.4 +pkgver=1.4.1 pkgrel=1 pkgdesc="Spell checker and morphological analyzer library and program" url="http://hunspell.github.io/" @@ -41,6 +41,6 @@ package() { make -j1 DESTDIR="$pkgdir" install || return 1 } -md5sums="423cff69e68c87ac11e4aa8462951954 hunspell-1.3.4.tar.gz" -sha256sums="55918522cb0041748507dd4f5aa92d043cef337aa589b9367c2221da084281ac hunspell-1.3.4.tar.gz" -sha512sums="092818570f5eb152b2bf8d0964068510185304f41e1eb0946bf7589c640d21bff67d2b79b49f770e8c0baa9031ab449eefb9e3b0bce8a28e2fc4809007fefa99 hunspell-1.3.4.tar.gz" +md5sums="33d370f7fe5a030985e445a5672b2067 hunspell-1.4.1.tar.gz" +sha256sums="c4476aff0ced52eec334eae1e8d3fdaaebdd90f5ecd0b57cf2a92a6fd220d1bb hunspell-1.4.1.tar.gz" +sha512sums="6edc1120a08d46f1c3a590f9964486240eee46ef7f1c2d072c228d26dd1cb3bee1f283d007fcda994cdf0482c065cd5375c9706570a7c5be9aff423e19c03b6b hunspell-1.4.1.tar.gz" |