diff options
Diffstat (limited to 'main/acf-weblog/APKBUILD')
-rw-r--r-- | main/acf-weblog/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/acf-weblog/APKBUILD b/main/acf-weblog/APKBUILD index d4934b768..3c5efb9bb 100644 --- a/main/acf-weblog/APKBUILD +++ b/main/acf-weblog/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Ted Trask <ttrask01@yahoo.com> # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-weblog -pkgver=0.4.6 -pkgrel=1 +pkgver=0.4.7 +pkgrel=0 pkgdesc="ACF for web proxy (squid and dansguardian) logfiles" url="http://git.alpinelinux.org/cgit/acf-weblog" license="GPL-2" @@ -17,4 +17,4 @@ build() { make DESTDIR="$pkgdir" install } -md5sums="bae7698ffc85358be9cfa181bcd099d9 acf-weblog-0.4.6.tar.bz2" +md5sums="6cb0bb5987007f389ee113767b082191 acf-weblog-0.4.7.tar.bz2" |