diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-03-13 10:14:18 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-03-13 10:14:18 -0500 |
commit | 811592a7159d8cf9ed3d6ccf3d766650cd88a26f (patch) | |
tree | 012d55e0339a945c028fc3a5076705c63be30462 /main | |
parent | d25b04eda054f6bd8f83b2a494a377caac4a8ab7 (diff) | |
download | aports-811592a7159d8cf9ed3d6ccf3d766650cd88a26f.tar.bz2 aports-811592a7159d8cf9ed3d6ccf3d766650cd88a26f.tar.xz |
main/hunspell: upgrade to 1.3.1
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" |