diff options
author | Nicolas Iooss | 2020-07-29 12:28:26 +0200 |
---|---|---|
committer | Nicolas Iooss | 2020-07-29 12:28:26 +0200 |
commit | 4984ae88a4af6d3e276b5c7b071531a8456f07b4 (patch) | |
tree | e4334a1166591b95dcea55e982195b76114669d1 /PKGBUILD | |
parent | 86273f69ac3390c3bc6feda33500ff28f443565a (diff) | |
download | aur-4984ae88a4af6d3e276b5c7b071531a8456f07b4.tar.gz |
logrotate-selinux 3.17.0-1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ # If you want to help keep it up to date, please open a Pull Request there. pkgname=logrotate-selinux -pkgver=3.16.0 +pkgver=3.17.0 pkgrel=1 pkgdesc="Rotates system logs automatically with SELinux support" arch=('x86_64') @@ -19,7 +19,7 @@ provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}" backup=('etc/logrotate.conf') source=("https://github.com/logrotate/logrotate/releases/download/${pkgver}/${pkgname/-selinux}-${pkgver}.tar.xz"{,.asc} 'logrotate.conf') -md5sums=('faf729e0e24bfaafaa677bc6deb46ed8' +md5sums=('ac2a7151fc8a187201872358a20a2813' 'SKIP' '94dae4d3eded2fab9ae879533d3680db') validpgpkeys=('992A96E075056E79CD8214F9873DB37572A37B36') |