diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-10 13:24:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-10 13:24:21 +0000 |
commit | f13d96db8c5e7439302f727b7a9d9eea07acda80 (patch) | |
tree | 4bf97e7278110b51cf56eed31512ff7286a20507 /main | |
parent | 604f7581c0a0a0be10580018729ffe7c21151a28 (diff) | |
download | aports-f13d96db8c5e7439302f727b7a9d9eea07acda80.tar.bz2 aports-f13d96db8c5e7439302f727b7a9d9eea07acda80.tar.xz |
main/hunspell: upgrade to 1.2.11
Diffstat (limited to 'main')
-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 aea33affb6..efd3476c39 100644 --- a/main/hunspell/APKBUILD +++ b/main/hunspell/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hunspell -pkgver=1.2.10 +pkgver=1.2.11 pkgrel=0 pkgdesc="Spell checker and morphological analyzer library and program" url="http://hunspell.sourceforge.net/" @@ -22,4 +22,4 @@ package() { make -j1 DESTDIR="$pkgdir" install || return 1 rm -rf "$pkgdir"/usr/share/locale/locale.alias } -md5sums="cc701ae1015e5442e85d592c325ea8aa hunspell-1.2.10.tar.gz" +md5sums="8f57cdc4db091d69e1f682ed4d8ab282 hunspell-1.2.11.tar.gz" |