From c25ab93f5b539171c5d525bc582feeda25f07851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 31 Jul 2021 02:14:55 -0300 Subject: [PATCH] bcc: (actually) update to 0.21.0. The unversioned file name means we can accidentally fool the distfiles cache, so the package was built with the wrong distfiles. We avoid this issue in the future by renaming the file to one that contains the version. --- srcpkgs/bcc/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template index 5fdf8be098b..5a3e66c86c5 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