diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-08-21 15:02:02 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-08-21 15:02:02 +0000 |
commit | 798eefb05a32d3ca9c96692afccba3017875551c (patch) | |
tree | 0a11695296703d0ab4aa91d40823979b6cef60ce /main/acf-fetchmail | |
parent | 69ad0edcf8cbabac670aa0673ef45ad1cb9bad67 (diff) | |
download | aports-798eefb05a32d3ca9c96692afccba3017875551c.tar.bz2 aports-798eefb05a32d3ca9c96692afccba3017875551c.tar.xz |
main/acf-fetchmail: upgrade to 0.6.0
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 68f1e79602..3d379ee97c 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.5.0 +pkgver=0.6.0 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="41ae8840c5d4cdceb5b21fc9e8debf1b acf-fetchmail-0.5.0.tar.bz2" +md5sums="fb3ffe5d8477cb79dd1878faaeb103fd acf-fetchmail-0.6.0.tar.bz2" |