libcap: update to 2.49.

This commit is contained in:
skmpz 2021-03-20 01:03:16 +04:00 committed by Érico Nogueira Rolim
parent 9db59b19de
commit 6c147cbec1
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
site="https://github.com/kovidgoyal/calibre/tags"
pattern='/archive/(v?|\Q'"$pkgname"'\E-)?\K[\d\.]+(?=\.tar\.gz")'
pattern='/archive/refs/tags/(v?|\Q'"$pkgname"'\E-)?\K[\d\.]+(?=\.tar\.gz")'

View File

@ -1,6 +1,6 @@
# Template file for 'libcap'
pkgname=libcap
version=2.48
version=2.49
revision=1
bootstrap=yes
build_style=gnu-makefile
@ -14,7 +14,7 @@ license="GPL-2.0-only"
homepage="http://sites.google.com/site/fullycapable/"
changelog="https://sites.google.com/site/fullycapable/release-notes-for-libcap"
distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/${pkgname}-${version}.tar.xz"
checksum=4de9590ee09a87c282d558737ffb5b6175ccbfd26d580add10df44d0f047f6c2
checksum=e98bc4d93645082ec787730b0fd1a712b38882465c505777de17c338831ee181
if [ "$CROSS_BUILD" ]; then
make_build_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"