aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libsemanage/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libsemanage/APKBUILD')
-rw-r--r--testing/libsemanage/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/libsemanage/APKBUILD b/testing/libsemanage/APKBUILD
index 47d35308641..ff7eebce555 100644
--- a/testing/libsemanage/APKBUILD
+++ b/testing/libsemanage/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Tycho Andersen <tycho@docker.com>
# Maintainer: Tycho Andersen <tycho@docker.com>
pkgname=libsemanage
-pkgver=2.8
+pkgver=3.6
pkgrel=0
pkgdesc="SELinux binary policy manipulation library"
url="https://github.com/SELinuxProject/selinux/wiki"
@@ -18,7 +18,7 @@ makedepends="
python3
"
subpackages="$pkgname-dev $pkgname-doc"
-source="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/libsemanage-$pkgver.tar.gz"
+source="https://github.com/SELinuxProject/selinux/releases/download/$pkgver/libsemanage-$pkgver.tar.gz"
build() {
make PYTHON=python3
@@ -28,4 +28,6 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="53f09c79da168a79b853f55e0f1c20a96229df9d82929c514bcaf72697446ae836f7f0457fc0056d2418cc6d0712157faf0152881518fe84a1b1b9b9af17e7ef libsemanage-2.8.tar.gz"
+sha512sums="
+8998b6a1b254a9673b99ae4d70a1edc769bb728a44f573cdf62e0a9c9392b77644ee2d70e1936a2f8a9a7f8b063ce98a981f4b8b7060f5b82791889330d69364 libsemanage-3.6.tar.gz
+"