summaryrefslogtreecommitdiffstats
path: root/main/logrotate/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-10-14 09:10:39 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-10-14 09:10:39 +0000
commitaa1b8b51dfc8f17aacfd4570614751bf0998c7e6 (patch)
tree47a54f15af199d5871b6f58036fd0005f912547c /main/logrotate/APKBUILD
parent36cccf38a150542886c0caa2ce3d0092f599f4a4 (diff)
main/logrotate: upgrade to 3.7.9
Diffstat (limited to 'main/logrotate/APKBUILD')
-rw-r--r--main/logrotate/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/logrotate/APKBUILD b/main/logrotate/APKBUILD
index 71818db620e..0b143c9a852 100644
--- a/main/logrotate/APKBUILD
+++ b/main/logrotate/APKBUILD
@@ -1,15 +1,15 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=logrotate
-pkgver=3.7.8
-pkgrel=3
+pkgver=3.7.9
+pkgrel=0
pkgdesc="Tool to rotate logfiles"
url="https://fedorahosted.org/logrotate/"
license="GPL"
depends=
makedepends="popt-dev wget"
subpackages="$pkgname-doc"
-source="https://fedorahosted.org/releases/l/o/logrotate/logrotate-3.7.8.tar.gz
+source="https://fedorahosted.org/releases/l/o/logrotate/logrotate-$pkgver.tar.gz
logrotate.conf"
build() {
@@ -26,5 +26,5 @@ package() {
install -Dm755 examples/logrotate.cron "$pkgdir"/etc/periodic/daily/logrotate
}
-md5sums="b3589bea6d8d5afc8a84134fddaae973 logrotate-3.7.8.tar.gz
+md5sums="eeba9dbca62a9210236f4b83195e4ea5 logrotate-3.7.9.tar.gz
fef6415a79a6fede8cf9b9b6b8410090 logrotate.conf"