aboutsummaryrefslogtreecommitdiffstats
path: root/testing/checkpolicy/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/checkpolicy/APKBUILD')
-rw-r--r--testing/checkpolicy/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/testing/checkpolicy/APKBUILD b/testing/checkpolicy/APKBUILD
index ca91397bc1e..47cfd2f1bb3 100644
--- a/testing/checkpolicy/APKBUILD
+++ b/testing/checkpolicy/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tycho Andersen <tycho@docker.com>
pkgname=checkpolicy
-pkgver=2.8
+pkgver=3.6
pkgrel=0
pkgdesc="SELinux policy checker"
url="https://selinuxproject.org/"
@@ -12,18 +12,17 @@ source="https://github.com/SELinuxProject/selinux/archive/checkpolicy-$pkgver.ta
builddir="$srcdir/selinux-checkpolicy-$pkgver/checkpolicy"
build() {
- cd "$builddir"
make CFLAGS="$CFLAGS -fcommon"
}
check() {
- cd "$builddir"
make test
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="67d88c049ef069a73bfc2663b0049d178dd43b0a3b5ca65716793d5f5bf992082aea4d4261d9d3fa0f9ab2dec3fc042c6f9917bceea40007332f9ac74f5bdb32 checkpolicy-2.8.tar.gz"
+sha512sums="
+a47db91c1277026ff724c6ec50500552e97c77fa63c8df30a0a8e7dce39d9f39b82fef84bd9fd2841ff6a608d2921296ff0e0e4992de53a414163e04ff51733f checkpolicy-3.6.tar.gz
+"