summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 850e5a519ec5..e27c4bf60474 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=2.8
+pkgver=2.9
pkgrel=1
pkgdesc="SELinux Common Intermediate Language Compiler"
groups=('selinux')
@@ -12,9 +12,9 @@ arch=('i686' 'x86_64')
url='https://github.com/SELinuxProject/cil/wiki'
license=('custom')
makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')
-depends=('libsepol>=2.8')
-source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('cfe15f2e06b3013c9dfc46cf42234ff07fb61866c4c29d739eb8858f83b214d4')
+depends=('libsepol>=2.9')
+source=("https://github.com/SELinuxProject/selinux/releases/download/20190315/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('73a1806e33a669e23545da2d35d0e5038714721f6bf71974eaa533b3ebde61b2')
build() {
cd "${pkgname}-${pkgver}"