summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ea2adf7eeec..d54660f5ac9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = logrotate-selinux
pkgdesc = Rotates system logs automatically with SELinux support
- pkgver = 3.16.0
+ pkgver = 3.17.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.16.0-1
- provides = selinux-logrotate=3.16.0-1
+ provides = logrotate=3.17.0-1
+ provides = selinux-logrotate=3.17.0-1
conflicts = logrotate
conflicts = selinux-logrotate
backup = etc/logrotate.conf
- 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 = https://github.com/logrotate/logrotate/releases/download/3.17.0/logrotate-3.17.0.tar.xz
+ source = https://github.com/logrotate/logrotate/releases/download/3.17.0/logrotate-3.17.0.tar.xz.asc
source = logrotate.conf
validpgpkeys = 992A96E075056E79CD8214F9873DB37572A37B36
- md5sums = faf729e0e24bfaafaa677bc6deb46ed8
+ md5sums = ac2a7151fc8a187201872358a20a2813
md5sums = SKIP
md5sums = 94dae4d3eded2fab9ae879533d3680db
diff --git a/PKGBUILD b/PKGBUILD
index a887faa6b95d..646b741b5928 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.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')