summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2020-03-08 13:25:07 +0100
committerNicolas Iooss2020-03-08 13:25:07 +0100
commit86273f69ac3390c3bc6feda33500ff28f443565a (patch)
treef421f9fe4f26ad69dd401eef3bcc99b055fc170d
parent24e44b5e8914bf9c2da8c35e9a997fc40a7fd549 (diff)
downloadaur-86273f69ac3390c3bc6feda33500ff28f443565a.tar.gz
logrotate-selinux 3.16.0-1 update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75ee95b8cefc..3ea2adf7eeec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = logrotate-selinux
pkgdesc = Rotates system logs automatically with SELinux support
- pkgver = 3.15.1
+ pkgver = 3.16.0
pkgrel = 1
url = https://github.com/logrotate/logrotate
arch = x86_64
@@ -10,16 +10,16 @@ pkgbase = logrotate-selinux
depends = gzip
depends = acl
depends = libselinux
- provides = logrotate=3.15.1-1
- provides = selinux-logrotate=3.15.1-1
+ provides = logrotate=3.16.0-1
+ provides = selinux-logrotate=3.16.0-1
conflicts = logrotate
conflicts = selinux-logrotate
backup = etc/logrotate.conf
- source = https://github.com/logrotate/logrotate/releases/download/3.15.1/logrotate-3.15.1.tar.xz
- source = https://github.com/logrotate/logrotate/releases/download/3.15.1/logrotate-3.15.1.tar.xz.asc
+ source = https://github.com/logrotate/logrotate/releases/download/3.16.0/logrotate-3.16.0.tar.xz
+ source = https://github.com/logrotate/logrotate/releases/download/3.16.0/logrotate-3.16.0.tar.xz.asc
source = logrotate.conf
validpgpkeys = 992A96E075056E79CD8214F9873DB37572A37B36
- md5sums = afe109afea749c306ff489203fde6beb
+ md5sums = faf729e0e24bfaafaa677bc6deb46ed8
md5sums = SKIP
md5sums = 94dae4d3eded2fab9ae879533d3680db
diff --git a/PKGBUILD b/PKGBUILD
index 68fcb90cc909..a887faa6b95d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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.15.1
+pkgver=3.16.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=('afe109afea749c306ff489203fde6beb'
+md5sums=('faf729e0e24bfaafaa677bc6deb46ed8'
'SKIP'
'94dae4d3eded2fab9ae879533d3680db')
validpgpkeys=('992A96E075056E79CD8214F9873DB37572A37B36')