diff options
Diffstat (limited to 'testing/pmacct/APKBUILD')
-rw-r--r-- | testing/pmacct/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/pmacct/APKBUILD b/testing/pmacct/APKBUILD index d536e264db..4628eb699a 100644 --- a/testing/pmacct/APKBUILD +++ b/testing/pmacct/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Leonardo Arena <rnalrd@gmail.com> pkgname=pmacct -pkgver=0.12.0 -pkgrel=2 +pkgver=0.12.4 +pkgrel=0 pkgdesc="Measure, account, classify, aggregate and export IPv4 and IPv6 traffic" url="http://www.pmacct.net/" license="GPL" @@ -41,6 +41,6 @@ package() { install -m644 -D "$srcdir"/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname } -md5sums="564c3db9fdeaeb44e3bb3d958937c18c pmacct-0.12.0.tar.gz +md5sums="72098ff945e1ddaa77d7f0b3531fa765 pmacct-0.12.4.tar.gz c2427b6a32a4eb649a075a977f5b2c42 pmacct.initd 394bf0687572261e90eecd70c33c8ede pmacct.confd" |