Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5aa948b98cbcc1cd0a74dba5afa06e8a38103643
commit 5aa948b98cbcc1cd0a74dba5afa06e8a38103643 Author: crazy <[email protected]> Date: Tue Apr 25 11:28:20 2017 +0200 logrotate-3.12.1-1-x86_64 * Version bump diff --git a/source/apps/logrotate/FrugalBuild b/source/apps/logrotate/FrugalBuild index 93cf32c..636843a 100644 --- a/source/apps/logrotate/FrugalBuild +++ b/source/apps/logrotate/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna <[email protected]> pkgname=logrotate -pkgver=3.11.0 +pkgver=3.12.1 pkgrel=1 pkgdesc="Rotates, compresses, removes and mails system log files." depends=('popt>=1.16-5' 'xfsprogs-acl>=2.2.52-4') @@ -12,13 +12,15 @@ archs=("x86_64") Finclude github source=(https://github.com/logrotate/logrotate/releases/download/$pkgver/logrotate-$pkgver.tar.gz logrotate.conf logrotate) -signatures=("${source[0]}.asc" '' '') +sha1sums=('2181d0ecb23828ce71f86abb8872388fd37e22fa' \ + '4cdc2cfc1077668fae05bfb0ce61bfd781c34d95' \ + 'cadda9e47640ea91e5f1488b518e4982acebad49') build() { Fmkdir /etc/logrotate.d Fmake - make DESTDIR=$Fdestdir install || Fdie + Fexec make DESTDIR=$Fdestdir install || Fdie Ffile /etc/logrotate.conf Fexe /etc/cron.daily/logrotate } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
