diff options
Diffstat (limited to 'main/acf-fetchmail/APKBUILD')
-rw-r--r-- | main/acf-fetchmail/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/main/acf-fetchmail/APKBUILD b/main/acf-fetchmail/APKBUILD index 0d9f562d87..7860bb6318 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.7.0 +pkgver=0.8.0 pkgrel=0 pkgdesc="A web-based system administration interface for fetchmail" url="http://git.alpinelinux.org/cgit/acf-fetchmail" @@ -11,7 +11,7 @@ depends="acf-core lua fetchmail" makedepends="" install= subpackages="" -source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.bz2" +source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz" package() { cd "$srcdir/$pkgname-$pkgver" @@ -20,4 +20,6 @@ package() { } -md5sums="4758d2bee5963237042b97389169ff4e acf-fetchmail-0.7.0.tar.bz2" +md5sums="595387bce3ddda29d7d069c06a2b2fef acf-fetchmail-0.8.0.tar.xz" +sha256sums="9bd1e0c7d19250bba0271199c9cb94725031acae60f4db1753385bbd4337db72 acf-fetchmail-0.8.0.tar.xz" +sha512sums="b80531e38868d3d757eab93ba484dde540671d4c495d619e3ed73ebd07d510b0b459c507fbae53e53cb9070cab87993b4f53e71bc04cde5c5eec2470005d9a45 acf-fetchmail-0.8.0.tar.xz" |