diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-04-03 18:36:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-04-03 18:36:49 +0000 |
commit | e14a7002fc9405bb17090f6935235a170adce36a (patch) | |
tree | fe956095ecb2cd40a27b1a52863ea0ad1baae80c | |
parent | 8b2f0b9278b357dc2a8afb177241a3fa30e41f64 (diff) | |
download | aports-e14a7002fc9405bb17090f6935235a170adce36a.tar.bz2 aports-e14a7002fc9405bb17090f6935235a170adce36a.tar.xz |
main/sylpheed: upgrade to 3.0.2
-rw-r--r-- | main/sylpheed/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/sylpheed/APKBUILD b/main/sylpheed/APKBUILD index b38f8d9b68..672279f2b5 100644 --- a/main/sylpheed/APKBUILD +++ b/main/sylpheed/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=sylpheed -pkgver=3.0.1 +pkgver=3.0.2 pkgrel=0 pkgdesc="Lightweight and user-friendly e-mail client" url="http://sylpheed.sraoss.jp/en/" @@ -22,4 +22,4 @@ package() { cd "$srcdir/sylpheed-$pkgver" make DESTDIR="$pkgdir" install || return 1 } -md5sums="0d349e04ffc50ca43e24e9fb5794692e sylpheed-3.0.1.tar.bz2" +md5sums="2ee330c737b02418d8692bd193f8b176 sylpheed-3.0.2.tar.bz2" |