libcap: update to 2.49.
This commit is contained in:
parent
9db59b19de
commit
6c147cbec1
|
@ -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")'
|
||||
|
|
|
@ -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}-"
|
||||
|
|
Loading…
Reference in New Issue