From 99a7b555e7bc849885a5d817322e7ded3b6c8ba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 31 Jul 2021 12:12:41 +0700 Subject: [PATCH] bcc: (really) update to 0.21.0. Versioning downloaded files to avoid forgetting update checksum. See: 13d27981fc, (bcc: update to 0.21.0., 2021-07-29) --- srcpkgs/bcc/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template index 5fdf8be098b3..5a3e66c86c5d 100644 --- a/srcpkgs/bcc/template +++ b/srcpkgs/bcc/template @@ -1,7 +1,7 @@ # Template file for 'bcc' pkgname=bcc version=0.21.0 -revision=1 +revision=2 wrksrc="bcc" build_style=cmake configure_args="-DREVISION=${version}" @@ -12,8 +12,8 @@ short_desc="BPF-based Linux IO analysis, networking, monitoring, and more" maintainer="Leah Neukirchen " license="Apache-2.0" homepage="https://github.com/iovisor/bcc" -distfiles="https://github.com/iovisor/bcc/releases/download/v${version}/bcc-src-with-submodule.tar.gz" -checksum=93edc925675262aa509f5eaf146f2fc7dfa3e01d1b0336a5de01ee6d72fa493b +distfiles="https://github.com/iovisor/bcc/releases/download/v${version}/bcc-src-with-submodule.tar.gz>bcc-${version}.tar.gz" +checksum=5323e2a505f6868976d973a234202332ec25dc36f0bf7c118c23fc24f6147215 python_version="3" if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then