diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-11 20:52:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-11 20:52:35 +0000 |
commit | e3dce3e0de6a0a794089d9e2864973c6aea1781d (patch) | |
tree | cdcbe09ac753d49ce18b6eb2dade96797f3de8d3 /main/abiword/APKBUILD | |
parent | 0922e4b75bc5e7d93ad7fd5f71ecb22b4ea15e23 (diff) | |
download | aports-e3dce3e0de6a0a794089d9e2864973c6aea1781d.tar.bz2 aports-e3dce3e0de6a0a794089d9e2864973c6aea1781d.tar.xz |
main/abiword: upgrade to 2.8.2
Diffstat (limited to 'main/abiword/APKBUILD')
-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 e34fd88502..ec84d4bf1a 100644 --- a/main/abiword/APKBUILD +++ b/main/abiword/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=abiword -pkgver=2.8.1 -pkgrel=2 +pkgver=2.8.2 +pkgrel=0 pkgdesc="A fully-featured word processor" url="http://www.abisource.com" license="GPL" @@ -21,4 +21,4 @@ package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install } -md5sums="284fe25289c160c3797b527a8aacad12 abiword-2.8.1.tar.gz" +md5sums="b44ffbebd5bd0f5f98f34dc8c688b4ed abiword-2.8.2.tar.gz" |