diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-07 08:26:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-07 08:59:25 +0000 |
commit | fcb85ceace51034c2b25f2ac98f2f41f40d6f684 (patch) | |
tree | c78b980fd9899c8c414ee59ed7b89ed7af15481b /main/hunspell/APKBUILD | |
parent | fe5a97e1ad4f2ed81c3fe3ececdd7fa8c8439238 (diff) | |
download | aports-fcb85ceace51034c2b25f2ac98f2f41f40d6f684.tar.bz2 aports-fcb85ceace51034c2b25f2ac98f2f41f40d6f684.tar.xz |
main/hunspell: upgrade to 1.3.2
Diffstat (limited to 'main/hunspell/APKBUILD')
-rw-r--r-- | main/hunspell/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD index 78e91668df..1a292ea608 100644 --- a/main/hunspell/APKBUILD +++ b/main/hunspell/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hunspell -pkgver=1.2.15 +pkgver=1.3.2 pkgrel=0 pkgdesc="Spell checker and morphological analyzer library and program" url="http://hunspell.sourceforge.net/" @@ -24,4 +24,4 @@ package() { make -j1 DESTDIR="$pkgdir" install || return 1 } -md5sums="3fa2644b8d48cae48cb0967ffba91c9d hunspell-1.2.15.tar.gz" +md5sums="3121aaf3e13e5d88dfff13fb4a5f1ab8 hunspell-1.3.2.tar.gz" |