diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-06 08:06:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-06 08:06:16 +0000 |
commit | d5d645a118bddc0c2f235a5e811d42e5f1f1692c (patch) | |
tree | 880f4f18d0c143ee5d94850cf3805c889f2c86d3 /main/sylpheed/APKBUILD | |
parent | 646ad115222f6d7f3b2723adf0f315082b36914a (diff) | |
download | aports-d5d645a118bddc0c2f235a5e811d42e5f1f1692c.tar.bz2 aports-d5d645a118bddc0c2f235a5e811d42e5f1f1692c.tar.xz |
main/sylpheed: upgrade to 3.0.3
Diffstat (limited to 'main/sylpheed/APKBUILD')
-rw-r--r-- | main/sylpheed/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/sylpheed/APKBUILD b/main/sylpheed/APKBUILD index 5d7dc146ad..ffc2d81e36 100644 --- a/main/sylpheed/APKBUILD +++ b/main/sylpheed/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=sylpheed -pkgver=3.0.2 -pkgrel=2 +pkgver=3.0.3 +pkgrel=0 pkgdesc="Lightweight and user-friendly e-mail client" url="http://sylpheed.sraoss.jp/en/" license="GPL" @@ -22,4 +22,4 @@ package() { cd "$srcdir/sylpheed-$pkgver" make DESTDIR="$pkgdir" install || return 1 } -md5sums="2ee330c737b02418d8692bd193f8b176 sylpheed-3.0.2.tar.bz2" +md5sums="c69e5787868c7a8b5fe74cc24ffca189 sylpheed-3.0.3.tar.bz2" |