diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-04-05 15:50:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-04-06 09:29:41 +0000 |
commit | 16de0c956036ea6df4884b85495b00cce31261e6 (patch) | |
tree | ecafdb61c93e29f159bada7fe89dbbdddd031cc6 /main/abiword/APKBUILD | |
parent | 5fe928986a14885c3f20be0d4be056722125236a (diff) | |
download | aports-16de0c956036ea6df4884b85495b00cce31261e6.tar.bz2 aports-16de0c956036ea6df4884b85495b00cce31261e6.tar.xz |
main/abiword: upgrade to 2.8.3
Diffstat (limited to 'main/abiword/APKBUILD')
-rw-r--r-- | main/abiword/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/abiword/APKBUILD b/main/abiword/APKBUILD index ec84d4bf1a..8007da2ab4 100644 --- a/main/abiword/APKBUILD +++ b/main/abiword/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=abiword -pkgver=2.8.2 +pkgver=2.8.3 pkgrel=0 pkgdesc="A fully-featured word processor" url="http://www.abisource.com" @@ -21,4 +21,4 @@ package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install } -md5sums="b44ffbebd5bd0f5f98f34dc8c688b4ed abiword-2.8.2.tar.gz" +md5sums="8984b09663e1514ca0e361b0627ea285 abiword-2.8.3.tar.gz" |