aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-07-16 07:41:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-07-16 07:41:26 +0000
commitdaf964265637c8b12574489c5407a66ef7b50223 (patch)
tree851a5f6ab09a839f80bf10ec12edba7dfcdff9a0
parent6c91a0ce1da8c2592e58ecc05ff34d8438d80201 (diff)
downloadalpine_aports-daf964265637c8b12574489c5407a66ef7b50223.tar.bz2
alpine_aports-daf964265637c8b12574489c5407a66ef7b50223.tar.xz
alpine_aports-daf964265637c8b12574489c5407a66ef7b50223.zip
main/hunspell: upgrade to 1.2.12
-rw-r--r--main/hunspell/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD
index b38b981d29..eaf2875a91 100644
--- a/main/hunspell/APKBUILD
+++ b/main/hunspell/APKBUILD
@@ -1,7 +1,7 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=hunspell 2pkgname=hunspell
3pkgver=1.2.11 3pkgver=1.2.12
4pkgrel=1 4pkgrel=0
5pkgdesc="Spell checker and morphological analyzer library and program" 5pkgdesc="Spell checker and morphological analyzer library and program"
6url="http://hunspell.sourceforge.net/" 6url="http://hunspell.sourceforge.net/"
7license="GPL LGPL MPL" 7license="GPL LGPL MPL"
@@ -22,4 +22,4 @@ package() {
22 make -j1 DESTDIR="$pkgdir" install || return 1 22 make -j1 DESTDIR="$pkgdir" install || return 1
23 rm -rf "$pkgdir"/usr/share/locale/locale.alias 23 rm -rf "$pkgdir"/usr/share/locale/locale.alias
24} 24}
25md5sums="8f57cdc4db091d69e1f682ed4d8ab282 hunspell-1.2.11.tar.gz" 25md5sums="5ef2dc1026660d0ffb7eae7b511aee23 hunspell-1.2.12.tar.gz"