summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-12-15 20:53:35 +0100
committerNicolas Iooss2023-12-15 20:53:35 +0100
commit2aad3a7651b6f5531c02684df65bc981a7e1753f (patch)
tree3d3be72ed321a6350f23ce9513d4e5a0813e54b7
parent56763dea58d18089abb1f0049f8978b7ab58b6dc (diff)
downloadaur-semodule-utils.tar.gz
semodule-utils 3.6-1 update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79f18539d437..be42a155f0e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = semodule-utils
pkgdesc = SELinux module tools
- pkgver = 3.5
+ pkgver = 3.6
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
@@ -10,11 +10,11 @@ pkgbase = semodule-utils
license = GPL2
depends = libsepol>=2.7
conflicts = policycoreutils<2.7
- source = https://github.com/SELinuxProject/selinux/releases/download/3.5/semodule-utils-3.5.tar.gz
- source = https://github.com/SELinuxProject/selinux/releases/download/3.5/semodule-utils-3.5.tar.gz.asc
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.6/semodule-utils-3.6.tar.gz
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.6/semodule-utils-3.6.tar.gz.asc
validpgpkeys = 63191CE94183098689CAB8DB7EF137EC935B0EAF
- validpgpkeys = E853C1848B0185CF42864DF363A8AD4B982C4373
- sha256sums = c9a550a737051ebaf2c102f665c7ec2f85e7232870980aa0067998459b414283
+ validpgpkeys = B8682847764DF60DF52D992CBC3905F235179CF1
+ sha256sums = eedb88f2b2124e538f2d614be063c0d9ac3eacc0c51a4da44500ca1ed1ba16f4
sha256sums = SKIP
pkgname = semodule-utils
diff --git a/PKGBUILD b/PKGBUILD
index 44b1122329a0..cecb4ecf4740 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.5
+pkgver=3.6
pkgrel=1
pkgdesc="SELinux module tools"
arch=('i686' 'x86_64' 'aarch64')
@@ -15,10 +15,10 @@ depends=('libsepol>=2.7')
conflicts=('policycoreutils<2.7')
validpgpkeys=(
'63191CE94183098689CAB8DB7EF137EC935B0EAF' # Jason Zaman <perfinion@gentoo.org>
- 'E853C1848B0185CF42864DF363A8AD4B982C4373' # Petr Lautrbach <plautrba@redhat.com>
+ 'B8682847764DF60DF52D992CBC3905F235179CF1' # Petr Lautrbach <plautrba@redhat.com>
)
source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('c9a550a737051ebaf2c102f665c7ec2f85e7232870980aa0067998459b414283'
+sha256sums=('eedb88f2b2124e538f2d614be063c0d9ac3eacc0c51a4da44500ca1ed1ba16f4'
'SKIP')
build() {