diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-10-29 00:39:16 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-10-29 00:39:16 +0000 |
commit | ad5908bd1f74da693709605104ea9c8f435929cc (patch) | |
tree | 87314edd8384cf3c1dfb8d391dad43b3b7e0ae11 /main/acf-fetchmail | |
parent | bf307bb579f100fd39d862884ca4c5c690ec5184 (diff) | |
download | aports-ad5908bd1f74da693709605104ea9c8f435929cc.tar.bz2 aports-ad5908bd1f74da693709605104ea9c8f435929cc.tar.xz |
main/acf-fetchmail: upgrade to 0.6.1
Diffstat (limited to 'main/acf-fetchmail')
-rw-r--r-- | main/acf-fetchmail/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-fetchmail/APKBUILD b/main/acf-fetchmail/APKBUILD index 3d379ee97..17a64df7c 100644 --- a/main/acf-fetchmail/APKBUILD +++ b/main/acf-fetchmail/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Ted Trask <ttrask01@yahoo.com> # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-fetchmail -pkgver=0.6.0 +pkgver=0.6.1 pkgrel=0 pkgdesc="A web-based system administration interface for fetchmail" url="http://git.alpinelinux.org/cgit/acf-fetchmail" @@ -20,4 +20,4 @@ package() { } -md5sums="fb3ffe5d8477cb79dd1878faaeb103fd acf-fetchmail-0.6.0.tar.bz2" +md5sums="9a6f1e05ba33712dd3eff7f75979a854 acf-fetchmail-0.6.1.tar.bz2" |