diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-02-01 15:15:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-02-01 15:15:49 +0000 |
commit | be11b405ef2375023a3d50b575ab2568afa20391 (patch) | |
tree | 376639a6b122671c95772a8b07cb4a5886562d91 /main/hunspell | |
parent | 43c1090dec6d4ab96647a2e0d527e0fc6deee98e (diff) | |
download | aports-be11b405ef2375023a3d50b575ab2568afa20391.tar.bz2 aports-be11b405ef2375023a3d50b575ab2568afa20391.tar.xz |
main/hunspell: upgrade to 1.2.15
Diffstat (limited to 'main/hunspell')
-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 8807c9e2ef..8338f30afa 100644 --- a/main/hunspell/APKBUILD +++ b/main/hunspell/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hunspell -pkgver=1.2.14 +pkgver=1.2.15 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="c2f289af57a677e6b258f2d18ecb178e hunspell-1.2.14.tar.gz" +md5sums="3fa2644b8d48cae48cb0967ffba91c9d hunspell-1.2.15.tar.gz" |