summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-03-10 11:46:01 +0100
committerNicolas Iooss2021-03-10 11:46:01 +0100
commit31e7e6bbbbc24f90c175042c416eab3cd379c62e (patch)
tree402bc95de6d074ff472023a2f7fa179a46e72148
parent27a12959ed75c0f9f04bdd2b2a269cf53c13eda7 (diff)
downloadaur-31e7e6bbbbc24f90c175042c416eab3cd379c62e.tar.gz
selinux-sandbox 3.2-1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c077f3c4d23c..85bc07bdb69b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = selinux-sandbox
pkgdesc = sandboxing tool for SELinux
- pkgver = 3.1
+ pkgver = 3.2
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
@@ -10,8 +10,8 @@ pkgbase = selinux-sandbox
depends = libcap-ng
depends = selinux-python
conflicts = policycoreutils<2.7
- source = https://github.com/SELinuxProject/selinux/releases/download/20200710/selinux-sandbox-3.1.tar.gz
- sha256sums = c79b958e2f64570a59e60638fd13c15fd77c7c2bbac31c7ad4afb03718432b84
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.2/selinux-sandbox-3.2.tar.gz
+ sha256sums = 45cc762934df28f094d7f3aa65525dd00877a7a2c806ef99a0404adf2aa47e44
pkgname = selinux-sandbox
diff --git a/PKGBUILD b/PKGBUILD
index 4eb5c7a1d397..9edfc18127dd 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.1
+pkgver=3.2
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/20200710/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('c79b958e2f64570a59e60638fd13c15fd77c7c2bbac31c7ad4afb03718432b84')
+source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('45cc762934df28f094d7f3aa65525dd00877a7a2c806ef99a0404adf2aa47e44')
build() {
cd "${pkgname}-${pkgver}"