summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2021-10-31 09:24:22 +0100
committerNicolas Iooss2021-10-31 09:24:22 +0100
commit28eb55f0a69e0e28e02e90492647bd1656544f7e (patch)
tree7cb46ac35af60513e224f930fe004f9f3ef70446 /PKGBUILD
parent09d53f621a1d0796c17a6660076e9d3be3e4e4bf (diff)
downloadaur-28eb55f0a69e0e28e02e90492647bd1656544f7e.tar.gz
selinux-sandbox 3.3-1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4000bd1f9c76..14d826d07cd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=selinux-sandbox
-pkgver=3.2
+pkgver=3.3
pkgrel=1
pkgdesc="sandboxing tool for SELinux"
arch=('i686' 'x86_64' 'aarch64')
@@ -14,7 +14,7 @@ groups=('selinux')
depends=('libcap-ng' 'selinux-python')
conflicts=('policycoreutils<2.7')
source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('45cc762934df28f094d7f3aa65525dd00877a7a2c806ef99a0404adf2aa47e44')
+sha256sums=('927aef383ab59aa3f2a9d2e5b0860d90c63f22246eb93038e1dc50885dbf8867')
build() {
cd "${pkgname}-${pkgver}"