summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2022-07-30 10:55:29 +0200
committerNicolas Iooss2022-07-31 20:52:40 +0200
commite72e2d898e78783c6671777b8f21ceb9ead1b543 (patch)
treeed1500b322d2daa4e2c020079cab8aa16169b797
parent9ceb72d311885bda1d56027077bb419a2d4252ed (diff)
downloadaur-e72e2d898e78783c6671777b8f21ceb9ead1b543.tar.gz
logrotate-selinux 3.20.1-1 update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f12994f32fc..21272b51b89c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = logrotate-selinux
pkgdesc = Rotates system logs automatically with SELinux support
- pkgver = 3.19.0
+ pkgver = 3.20.1
pkgrel = 1
url = https://github.com/logrotate/logrotate
arch = x86_64
@@ -11,16 +11,16 @@ pkgbase = logrotate-selinux
depends = gzip
depends = acl
depends = libselinux
- provides = logrotate=3.19.0-1
- provides = selinux-logrotate=3.19.0-1
+ provides = logrotate=3.20.1-1
+ provides = selinux-logrotate=3.20.1-1
conflicts = logrotate
conflicts = selinux-logrotate
backup = etc/logrotate.conf
- source = https://github.com/logrotate/logrotate/releases/download/3.19.0/logrotate-3.19.0.tar.xz
- source = https://github.com/logrotate/logrotate/releases/download/3.19.0/logrotate-3.19.0.tar.xz.asc
+ source = https://github.com/logrotate/logrotate/releases/download/3.20.1/logrotate-3.20.1.tar.xz
+ source = https://github.com/logrotate/logrotate/releases/download/3.20.1/logrotate-3.20.1.tar.xz.asc
source = logrotate.conf
validpgpkeys = 992A96E075056E79CD8214F9873DB37572A37B36
- sha256sums = ddd5274d684c5c99ca724e8069329f343ebe376e07493d537d9effdc501214ba
+ sha256sums = 742f6d6e18eceffa49a4bacd933686d3e42931cfccfb694d7f6369b704e5d094
sha256sums = SKIP
sha256sums = 42e289081a4d6b144c89dbfc49bde7a01b383055bf90a05a764f8c3dee25a6ce
diff --git a/PKGBUILD b/PKGBUILD
index 2c034b8e2a22..7ecb0282eb7d 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.19.0
+pkgver=3.20.1
pkgrel=1
pkgdesc="Rotates system logs automatically with SELinux support"
arch=('x86_64' 'aarch64')
@@ -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')
-sha256sums=('ddd5274d684c5c99ca724e8069329f343ebe376e07493d537d9effdc501214ba'
+sha256sums=('742f6d6e18eceffa49a4bacd933686d3e42931cfccfb694d7f6369b704e5d094'
'SKIP'
'42e289081a4d6b144c89dbfc49bde7a01b383055bf90a05a764f8c3dee25a6ce')
validpgpkeys=('992A96E075056E79CD8214F9873DB37572A37B36')