diff options
Diffstat (limited to 'main/sylpheed')
-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 20c61744eb..5dcbc61eaa 100644 --- a/main/sylpheed/APKBUILD +++ b/main/sylpheed/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=sylpheed -pkgver=3.2.0 +pkgver=3.3.0 pkgrel=0 pkgdesc="Lightweight and user-friendly e-mail client" url="http://sylpheed.sraoss.jp/en/" @@ -35,5 +35,5 @@ package() { make DESTDIR="$pkgdir" install || return 1 find "$pkgdir" -name '*.la' -delete } -md5sums="bbb691cf2bb11f84b329e68b58a62918 sylpheed-3.2.0.tar.bz2 +md5sums="20442f81dbb4e7c59462360ad0bb1afb sylpheed-3.3.0.tar.bz2 e9a3795219bc9c6cafc1cc360eeb9854 gmodule.patch" |