diff options
Diffstat (limited to 'main/fetchmail')
-rw-r--r-- | main/fetchmail/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/fetchmail/APKBUILD b/main/fetchmail/APKBUILD index c18f2e382a..c784f2816f 100644 --- a/main/fetchmail/APKBUILD +++ b/main/fetchmail/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Michael Mason <ms13sp@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=fetchmail -pkgver=6.3.20 -pkgrel=1 +pkgver=6.3.21 +pkgrel=0 pkgdesc="A remote-mail retrieval and forwarding utility" url="http://fetchmail.berlios.de/" arch="all" @@ -42,5 +42,5 @@ fetchmailconf() { mv usr/lib "$subpkgdir"/usr/ } -md5sums="9176a9005a816946f766774bc4cbc642 fetchmail-6.3.20.tar.bz2 +md5sums="0ad8eac47e85bd0ae63870daa09992af fetchmail-6.3.21.tar.bz2 b27fe01a7c25534d62d175c8ba22fc48 fetchmail.initd" |