diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-09-21 13:54:20 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-09-21 22:28:08 +0000 |
commit | abe746af2134515ac8cf4bf550c429ffe3a9c794 (patch) | |
tree | 96444656a145becc103abdc2d880fc632b0a92ac /testing/getmail | |
parent | 79b56c5e0c602eee6ce5c5d41dc521f9d93180cc (diff) | |
download | aports-abe746af2134515ac8cf4bf550c429ffe3a9c794.tar.bz2 aports-abe746af2134515ac8cf4bf550c429ffe3a9c794.tar.xz |
testing/getmail: upgrade to 4.34.0
Diffstat (limited to 'testing/getmail')
-rw-r--r-- | testing/getmail/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/getmail/APKBUILD b/testing/getmail/APKBUILD index f29156c177..1cba0fe192 100644 --- a/testing/getmail/APKBUILD +++ b/testing/getmail/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=getmail -pkgver=4.26.0 +pkgver=4.34.0 pkgrel=0 pkgdesc="POP3, IMAP4, and SDPS mail retriever with Maildir delivery" url="http://pyropus.ca/software/getmail/" @@ -35,4 +35,4 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="a45622b355b649071a337c661533453a getmail-4.26.0.tar.gz" +md5sums="50e0f794de9ca947f837f0eee929d81b getmail-4.34.0.tar.gz" |