diff options
author | Ted Trask <ttrask01@yahoo.com> | 2011-03-30 15:55:42 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2011-03-30 15:55:42 +0000 |
commit | aee8f44107494f374be08f549b1515b697629ce6 (patch) | |
tree | d8e51d49f237e1dcf034d4579c6fb6802cadb599 /main/acf-fetchmail | |
parent | 200932b8989818c195dc4fe9dd45277c19bbf114 (diff) | |
download | aports-aee8f44107494f374be08f549b1515b697629ce6.tar.bz2 aports-aee8f44107494f374be08f549b1515b697629ce6.tar.xz |
main/acf-fetchmail: upgrade to 0.5.0
Diffstat (limited to 'main/acf-fetchmail')
-rw-r--r-- | main/acf-fetchmail/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/acf-fetchmail/APKBUILD b/main/acf-fetchmail/APKBUILD index 4ff6a4bb6e..68f1e79602 100644 --- a/main/acf-fetchmail/APKBUILD +++ b/main/acf-fetchmail/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Ted Trask <ttrask01@yahoo.com> # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-fetchmail -pkgver=0.4.2 -pkgrel=2 +pkgver=0.5.0 +pkgrel=0 pkgdesc="A web-based system administration interface for fetchmail" url="http://git.alpinelinux.org/cgit/acf-fetchmail" arch="noarch" @@ -20,4 +20,4 @@ package() { } -md5sums="bfa66c719cfbc6075e4773311730318b acf-fetchmail-0.4.2.tar.bz2" +md5sums="41ae8840c5d4cdceb5b21fc9e8debf1b acf-fetchmail-0.5.0.tar.bz2" |