summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-10-31 09:24:24 +0100
committerNicolas Iooss2021-10-31 09:24:24 +0100
commit7842608cb309afc870a7f7566f6f0327602c85c2 (patch)
treef8680761643a9396d7317aa223b4d1a08a6c2bd1
parent97bafbcb333b0723a062a52204340db1b20bb081 (diff)
downloadaur-7842608cb309afc870a7f7566f6f0327602c85c2.tar.gz
semodule-utils 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 881042a9e3a8..eddb8786e6ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = semodule-utils
pkgdesc = SELinux module tools
- pkgver = 3.2
+ pkgver = 3.3
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
@@ -10,7 +10,7 @@ pkgbase = semodule-utils
license = GPL2
depends = libsepol>=2.7
conflicts = policycoreutils<2.7
- source = https://github.com/SELinuxProject/selinux/releases/download/3.2/semodule-utils-3.2.tar.gz
- sha256sums = be155654883c8dc4d05493e04a3eb9e56d28803009f1fdd721d42c68b878f757
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.3/semodule-utils-3.3.tar.gz
+ sha256sums = 3098ec5e5f04a1dbbf4aa569b63a4570750a9fe0d4da14ce45954aa300a17063
pkgname = semodule-utils
diff --git a/PKGBUILD b/PKGBUILD
index 0ca849339851..40b6b195f913 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=semodule-utils
-pkgver=3.2
+pkgver=3.3
pkgrel=1
pkgdesc="SELinux module tools"
arch=('i686' 'x86_64' 'aarch64')
@@ -14,7 +14,7 @@ groups=('selinux')
depends=('libsepol>=2.7')
conflicts=('policycoreutils<2.7')
source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('be155654883c8dc4d05493e04a3eb9e56d28803009f1fdd721d42c68b878f757')
+sha256sums=('3098ec5e5f04a1dbbf4aa569b63a4570750a9fe0d4da14ce45954aa300a17063')
build() {
cd "${pkgname}-${pkgver}"