summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-10-31 09:24:16 +0100
committerNicolas Iooss2021-10-31 09:24:16 +0100
commit8fb7958cbd839252022442eed3f46d04bdf852aa (patch)
treef823aa1c01bdaad544ae500223d8853e142863a5
parente018284cf65f29e4d3e12f44c52ffab4c8374485 (diff)
downloadaur-8fb7958cbd839252022442eed3f46d04bdf852aa.tar.gz
secilc 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 03daf95dd722..3c02abcf3b58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = secilc
pkgdesc = SELinux Common Intermediate Language Compiler
- pkgver = 3.2
+ pkgver = 3.3
pkgrel = 1
url = https://github.com/SELinuxProject/cil/wiki
arch = i686
@@ -13,7 +13,7 @@ pkgbase = secilc
makedepends = docbook-xml
makedepends = docbook-xsl
depends = libsepol>=3.1
- source = https://github.com/SELinuxProject/selinux/releases/download/3.2/secilc-3.2.tar.gz
- sha256sums = 5f6e6528a281b29ac5e558babffc3d8aab682fd8df8977daff5f266a50292cc3
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.3/secilc-3.3.tar.gz
+ sha256sums = 2c5e1a5d417baf1d2aa3eac294e12c3aac7184a5ef6a779dcbe469ed756e8651
pkgname = secilc
diff --git a/PKGBUILD b/PKGBUILD
index 59f0948eb355..667f3d7fb446 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=secilc
-pkgver=3.2
+pkgver=3.3
pkgrel=1
pkgdesc="SELinux Common Intermediate Language Compiler"
groups=('selinux')
@@ -15,7 +15,7 @@ makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')
checkdepends=('checkpolicy')
depends=('libsepol>=3.1')
source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('5f6e6528a281b29ac5e558babffc3d8aab682fd8df8977daff5f266a50292cc3')
+sha256sums=('2c5e1a5d417baf1d2aa3eac294e12c3aac7184a5ef6a779dcbe469ed756e8651')
build() {
cd "${pkgname}-${pkgver}"