diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-03-17 20:46:09 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-03-17 20:46:51 -0500 |
commit | 0314b8125e186c9ec8cbacb8cf8c53ec32da5415 (patch) | |
tree | 717da02f1e3317d6277f8f5bbc749884b5000851 | |
parent | 6a19f9fb66ed68fa1420b3c7963ec2efc057e865 (diff) | |
download | aports-0314b8125e186c9ec8cbacb8cf8c53ec32da5415.tar.bz2 aports-0314b8125e186c9ec8cbacb8cf8c53ec32da5415.tar.xz |
main/hunspell: downgrade to 1.2.11
-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 e9dbdd7aa..0a1c2acfe 100644 --- a/main/hunspell/APKBUILD +++ b/main/hunspell/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hunspell -pkgver=1.3.1 -pkgrel=2 +pkgver=1.2.11 +pkgrel=3 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="9ed97fce60a9a65852402248a6659492 hunspell-1.3.1.tar.gz" +md5sums="8f57cdc4db091d69e1f682ed4d8ab282 hunspell-1.2.11.tar.gz" |