diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/hunspell/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD index c185bc58bd..21570f2ac5 100644 --- a/main/hunspell/APKBUILD +++ b/main/hunspell/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hunspell -pkgver=1.2.15 -pkgrel=1 +pkgver=1.3.1 +pkgrel=0 pkgdesc="Spell checker and morphological analyzer library and program" url="http://hunspell.sourceforge.net/" arch="all" @@ -24,4 +24,4 @@ package() { make -j1 DESTDIR="$pkgdir" install || return 1 } -md5sums="3fa2644b8d48cae48cb0967ffba91c9d hunspell-1.2.15.tar.gz" +md5sums="9ed97fce60a9a65852402248a6659492 hunspell-1.3.1.tar.gz" |