diff options
author | Ted Trask <ttrask01@yahoo.com> | 2010-01-01 20:39:28 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2010-01-01 20:39:28 +0000 |
commit | 930b796816e77ddf28556ab2c6a3f6d4e57aab8f (patch) | |
tree | 4bd8ce6531f4685cb985cd815bde746d177d62ef /main/acf-fetchmail | |
parent | a1c2a4f19b46d6c65e857082f997be65ce53b368 (diff) | |
download | aports-930b796816e77ddf28556ab2c6a3f6d4e57aab8f.tar.bz2 aports-930b796816e77ddf28556ab2c6a3f6d4e57aab8f.tar.xz |
main/acf-fetchmail: upgrade to 0.4.2
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 904516d09a..fd2c426854 100644 --- a/main/acf-fetchmail/APKBUILD +++ b/main/acf-fetchmail/APKBUILD @@ -1,6 +1,6 @@ # Contributor: Michael Mason <ms13sp@gmail.com> pkgname=acf-fetchmail -pkgver=0.4.1 +pkgver=0.4.2 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="23b9000b6c7c97895a1760671f5d029f acf-fetchmail-0.4.1.tar.bz2" +md5sums="bfa66c719cfbc6075e4773311730318b acf-fetchmail-0.4.2.tar.bz2" |