summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2020-07-19 11:32:45 +0200
committerNicolas Iooss2020-07-19 11:32:45 +0200
commit27a12959ed75c0f9f04bdd2b2a269cf53c13eda7 (patch)
treeb8b90a45da94df3f7b86c53ca9027f931d302ecb /PKGBUILD
parented54740147d9b894960431e4ec04e97271aa1c54 (diff)
downloadaur-27a12959ed75c0f9f04bdd2b2a269cf53c13eda7.tar.gz
selinux-sandbox 3.1-1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c821fb5e560..4eb5c7a1d397 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.0
+pkgver=3.1
pkgrel=1
pkgdesc="sandboxing tool for SELinux"
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ license=('GPL2')
groups=('selinux')
depends=('libcap-ng' 'selinux-python')
conflicts=('policycoreutils<2.7')
-source=("https://github.com/SELinuxProject/selinux/releases/download/20191204/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('66fb4ea3a9e3d1e6004f13666b8390be751dd226a8496b995ed0332788758d0a')
+source=("https://github.com/SELinuxProject/selinux/releases/download/20200710/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('c79b958e2f64570a59e60638fd13c15fd77c7c2bbac31c7ad4afb03718432b84')
build() {
cd "${pkgname}-${pkgver}"