diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-14 09:10:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-14 09:10:39 +0000 |
commit | aa1b8b51dfc8f17aacfd4570614751bf0998c7e6 (patch) | |
tree | 47a54f15af199d5871b6f58036fd0005f912547c /main/logrotate/APKBUILD | |
parent | 36cccf38a150542886c0caa2ce3d0092f599f4a4 (diff) | |
download | aports-aa1b8b51dfc8f17aacfd4570614751bf0998c7e6.tar.bz2 aports-aa1b8b51dfc8f17aacfd4570614751bf0998c7e6.tar.xz |
main/logrotate: upgrade to 3.7.9
Diffstat (limited to 'main/logrotate/APKBUILD')
-rw-r--r-- | main/logrotate/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/logrotate/APKBUILD b/main/logrotate/APKBUILD index 71818db620..0b143c9a85 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" |