diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-17 14:57:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-17 14:57:45 +0000 |
commit | 25e80b141b9a8a14e34587e4cfa0d5959ccb6c18 (patch) | |
tree | 76fd82154988b7d52a1bdbc25eb475703f4c8598 /main | |
parent | 761d7297a0a35d172870db960d6a5b8bbaa08238 (diff) | |
download | aports-25e80b141b9a8a14e34587e4cfa0d5959ccb6c18.tar.bz2 aports-25e80b141b9a8a14e34587e4cfa0d5959ccb6c18.tar.xz |
main/abiword: upgrade to 2.8.6
Diffstat (limited to 'main')
-rw-r--r-- | main/abiword/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/abiword/APKBUILD b/main/abiword/APKBUILD index c134f1992..ef0be3ab8 100644 --- a/main/abiword/APKBUILD +++ b/main/abiword/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=abiword -pkgver=2.8.4 -pkgrel=2 +pkgver=2.8.6 +pkgrel=0 pkgdesc="A fully-featured word processor" url="http://www.abisource.com" license="GPL" @@ -65,4 +65,4 @@ plugins() { mkdir -p "$subpkgdir" } -md5sums="f782ecb8e07d07ec179f7a143353cc29 abiword-2.8.4.tar.gz" +md5sums="f883b0a7f26229a9c66fd6a1a94381aa abiword-2.8.6.tar.gz" |