diff options
-rw-r--r-- | extra/acf-fetchmail/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/acf-fetchmail/APKBUILD b/extra/acf-fetchmail/APKBUILD index 7895a6be31..3065d63a72 100644 --- a/extra/acf-fetchmail/APKBUILD +++ b/extra/acf-fetchmail/APKBUILD @@ -1,6 +1,6 @@ # Contributor: Michael Mason <ms13sp@gmail.com> pkgname=acf-fetchmail -pkgver=0.2.5 +pkgver=0.3.0 pkgrel=0 pkgdesc="A web-based system administration interface for fetchmail" url="http://git.alpinelinux.org/cgit/acf-fetchmail" @@ -18,4 +18,4 @@ build() { } -md5sums="897ef9e3b6b0231087ed937c8fa22859 acf-fetchmail-0.2.5.tar.bz2" +md5sums="1fa9a7a46382757bdbae99fed539e28d acf-fetchmail-0.3.0.tar.bz2" |