From 818d6795e6cade0820d53dbfd64683c537bb2631 Mon Sep 17 00:00:00 2001 From: skmpz Date: Sat, 20 Mar 2021 01:03:16 +0400 Subject: [PATCH] libcap: update to 2.49. --- srcpkgs/calibre/update | 2 +- srcpkgs/libcap/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/calibre/update b/srcpkgs/calibre/update index e46aadb2f383..ef61ea0d3b04 100644 --- a/srcpkgs/calibre/update +++ b/srcpkgs/calibre/update @@ -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")' diff --git a/srcpkgs/libcap/template b/srcpkgs/libcap/template index a446d717a84a..0ca242c0cbe9 100644 --- a/srcpkgs/libcap/template +++ b/srcpkgs/libcap/template @@ -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}-"