diff options
author | Nicolas Iooss | 2021-01-27 09:57:29 +0100 |
---|---|---|
committer | Nicolas Iooss | 2021-01-27 09:57:29 +0100 |
commit | c31ac39630f9b777cd300a2be43f2559f61b6100 (patch) | |
tree | 560462d15eb68859e21c1e0d687e6d84c09cb02a /PKGBUILD | |
parent | 7baaf91c00fa638800f96d46407bf78b3a8aed23 (diff) | |
download | aur-c31ac39630f9b777cd300a2be43f2559f61b6100.tar.gz |
sudo-selinux 1.9.5.p2-1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,9 +9,9 @@ # If you want to help keep it up to date, please open a Pull Request there. pkgname=sudo-selinux -_sudover=1.9.5p1 -pkgver=${_sudover/p/.p} +_sudover=1.9.5p2 pkgrel=1 +pkgver=${_sudover/p/.p} pkgdesc="Give certain users the ability to run some commands as root - SELinux support" arch=('x86_64') url="https://www.sudo.ws/sudo/" @@ -29,7 +29,7 @@ install=${pkgname/-selinux}.install source=(https://www.sudo.ws/sudo/dist/${pkgname/-selinux}-$_sudover.tar.gz{,.sig} sudo_logsrvd.service sudo.pam) -sha256sums=('4dddf37c22653defada299e5681e0daef54bb6f5fc950f63997bb8eb966b7882' +sha256sums=('539e2ef43c8a55026697fb0474ab6a925a11206b5aa58710cb42a0e1c81f0978' 'SKIP' '8b91733b73171827c360a3e01f4692772b78e62ceca0cf0fd4b770aba35081a1' 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2') |