libcap: update to 2.44.

This commit is contained in:
skmpz 2020-10-24 02:02:31 +04:00 committed by Leah Neukirchen
parent 3664288a22
commit a40e5c1a29

View file

@ -1,6 +1,6 @@
# Template file for 'libcap'
pkgname=libcap
version=2.43
version=2.44
revision=1
bootstrap=yes
build_style=gnu-makefile
@ -13,7 +13,11 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
license="GPL-2.0-only"
homepage="http://sites.google.com/site/fullycapable/"
distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/${pkgname}-${version}.tar.xz"
checksum=512a0e5fc4c1e06d472a20da26aa96a9b9bf2a26b23f094f77f1b8da56cc427f
checksum=92188359cd5be86e8e5bd3f6483ac6ce582264f912398937ef763def2205c8e1
if [ "$CROSS_BUILD" ]; then
make_build_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
fi
if [ "$CHROOT_READY" ]; then
hostmakedepends="perl"