summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-10-31 09:24:22 +0100
committerNicolas Iooss2021-10-31 09:24:22 +0100
commit28eb55f0a69e0e28e02e90492647bd1656544f7e (patch)
tree7cb46ac35af60513e224f930fe004f9f3ef70446
parent09d53f621a1d0796c17a6660076e9d3be3e4e4bf (diff)
downloadaur-28eb55f0a69e0e28e02e90492647bd1656544f7e.tar.gz
selinux-sandbox 3.3-1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6d42a7184fa..0bf8f5da22dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = selinux-sandbox
pkgdesc = sandboxing tool for SELinux
- pkgver = 3.2
+ pkgver = 3.3
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
@@ -11,7 +11,7 @@ pkgbase = selinux-sandbox
depends = libcap-ng
depends = selinux-python
conflicts = policycoreutils<2.7
- source = https://github.com/SELinuxProject/selinux/releases/download/3.2/selinux-sandbox-3.2.tar.gz
- sha256sums = 45cc762934df28f094d7f3aa65525dd00877a7a2c806ef99a0404adf2aa47e44
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.3/selinux-sandbox-3.3.tar.gz
+ sha256sums = 927aef383ab59aa3f2a9d2e5b0860d90c63f22246eb93038e1dc50885dbf8867
pkgname = selinux-sandbox
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}"