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 | |
parent | fe5a97e1ad4f2ed81c3fe3ececdd7fa8c8439238 (diff) | |
download | aports-fcb85ceace51034c2b25f2ac98f2f41f40d6f684.tar.bz2 aports-fcb85ceace51034c2b25f2ac98f2f41f40d6f684.tar.xz |
main/hunspell: upgrade to 1.3.2
-rw-r--r-- | main/enchant/APKBUILD | 2 | ||||
-rw-r--r-- | main/hunspell/APKBUILD | 4 | ||||
-rw-r--r-- | main/xulrunner/APKBUILD | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/main/enchant/APKBUILD b/main/enchant/APKBUILD index 63928b892..e792f8cb2 100644 --- a/main/enchant/APKBUILD +++ b/main/enchant/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=enchant pkgver=1.6.0 -pkgrel=3 +pkgrel=4 pkgdesc="A wrapper library for generic spell checking" url="http://www.abisource.com/enchant/" arch="all" diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD index 78e91668d..1a292ea60 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" diff --git a/main/xulrunner/APKBUILD b/main/xulrunner/APKBUILD index 048144f84..7ee944d29 100644 --- a/main/xulrunner/APKBUILD +++ b/main/xulrunner/APKBUILD @@ -3,7 +3,7 @@ pkgname=xulrunner pkgver=2.0.1 _ffoxver=4.0.1 -pkgrel=4 +pkgrel=5 pkgdesc="runtime environment for xul-based applications" url="http://developer.mozilla.org/en/XULRunner" arch="all" |