diff options
Diffstat (limited to 'main/sylpheed/APKBUILD')
-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" |