diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-22 09:17:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-22 09:17:47 +0000 |
commit | 4852ae91f3650d2a778ef24575b5cc9501cf08f1 (patch) | |
tree | 0bdb83f10e6e2ef18f12fa9aa70a7a239b5d58b2 /main/fetchmail/APKBUILD | |
parent | 17358f4387faf71084108c246e04c688c50f9ccf (diff) | |
download | aports-4852ae91f3650d2a778ef24575b5cc9501cf08f1.tar.bz2 aports-4852ae91f3650d2a778ef24575b5cc9501cf08f1.tar.xz |
main/fetchmail: upgrade to 6.3.21
Diffstat (limited to 'main/fetchmail/APKBUILD')
-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 c18f2e382..c784f2816 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" |