diff options
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" |