diff options
author | Nicolas Iooss | 2024-04-14 11:21:05 +0200 |
---|---|---|
committer | Nicolas Iooss | 2024-04-14 11:21:05 +0200 |
commit | 660cc0ea458026428e2e193871eb7bf2e97ba14a (patch) | |
tree | fbf4c3c83b5cc1a5a3136a155e2e8f68e1b61654 | |
parent | 4a3dcbf5ce540fd9e8ed6bc26aca4665ff4f09bb (diff) | |
download | aur-cronie-selinux.tar.gz |
cronie-selinux 1.7.2-1 update
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = cronie-selinux pkgdesc = Daemon that runs specified programs at scheduled times and related tools with SELinux support - pkgver = 1.7.1 + pkgver = 1.7.2 pkgrel = 1 url = https://github.com/cronie-crond/cronie/ arch = i686 @@ -15,8 +15,8 @@ pkgbase = cronie-selinux optdepends = smtp-server: send job output via email optdepends = smtp-forwarder: forward job output to email server provides = cron - provides = cronie=1.7.1-1 - provides = selinux-cronie=1.7.1-1 + provides = cronie=1.7.2-1 + provides = selinux-cronie=1.7.2-1 conflicts = cron conflicts = cronie conflicts = selinux-cronie @@ -27,12 +27,12 @@ pkgbase = cronie-selinux backup = etc/default/anacron backup = etc/pam.d/crond backup = etc/sysconfig/crond - source = https://github.com/cronie-crond/cronie/releases/download/cronie-1.7.1/cronie-1.7.1.tar.gz + source = https://github.com/cronie-crond/cronie/releases/download/cronie-1.7.2/cronie-1.7.2.tar.gz source = 80-cronie.hook source = cron-deny source = crontab source = default-anacron - sha256sums = 78033100c24413f0c40f93e6138774d6a4f55bc31050567b90db45a2f9f1b954 + sha256sums = f1da374a15ba7605cf378347f96bc8b678d3d7c0765269c8242cfe5b0789c571 sha256sums = f85e9a68bf3bf446f8a6167f068371c06afffe11ca71935d8ee5487b38b2c9db sha256sums = ae6e533ecdfc1bd2dd80a9e25acb0260cbe9f00c4e4abee93d552b3660f263fc sha256sums = 64d517a8d011b5cfa6b2433d528498e80fa8d0748c91f1b73e6ded70e776dc35 @@ -8,7 +8,7 @@ # If you want to help keep it up to date, please open a Pull Request there. pkgname='cronie-selinux' -pkgver=1.7.1 +pkgver=1.7.2 pkgrel=1 pkgdesc='Daemon that runs specified programs at scheduled times and related tools with SELinux support' url='https://github.com/cronie-crond/cronie/' @@ -26,7 +26,7 @@ source=("https://github.com/cronie-crond/cronie/releases/download/${pkgname/-sel 'cron-deny' 'crontab' 'default-anacron') -sha256sums=('78033100c24413f0c40f93e6138774d6a4f55bc31050567b90db45a2f9f1b954' +sha256sums=('f1da374a15ba7605cf378347f96bc8b678d3d7c0765269c8242cfe5b0789c571' 'f85e9a68bf3bf446f8a6167f068371c06afffe11ca71935d8ee5487b38b2c9db' 'ae6e533ecdfc1bd2dd80a9e25acb0260cbe9f00c4e4abee93d552b3660f263fc' '64d517a8d011b5cfa6b2433d528498e80fa8d0748c91f1b73e6ded70e776dc35' |