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.
This commit is contained in:
Érico Nogueira 2021-07-31 02:14:55 -03:00
parent 53d00fffc2
commit c25ab93f5b

View file

@ -1,7 +1,7 @@
# Template file for 'bcc' # Template file for 'bcc'
pkgname=bcc pkgname=bcc
version=0.21.0 version=0.21.0
revision=1 revision=2
wrksrc="bcc" wrksrc="bcc"
build_style=cmake build_style=cmake
configure_args="-DREVISION=${version}" configure_args="-DREVISION=${version}"
@ -12,8 +12,8 @@ short_desc="BPF-based Linux IO analysis, networking, monitoring, and more"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://github.com/iovisor/bcc" homepage="https://github.com/iovisor/bcc"
distfiles="https://github.com/iovisor/bcc/releases/download/v${version}/bcc-src-with-submodule.tar.gz" distfiles="https://github.com/iovisor/bcc/releases/download/v${version}/bcc-src-with-submodule.tar.gz>bcc-${version}.tar.gz"
checksum=93edc925675262aa509f5eaf146f2fc7dfa3e01d1b0336a5de01ee6d72fa493b checksum=5323e2a505f6868976d973a234202332ec25dc36f0bf7c118c23fc24f6147215
python_version="3" python_version="3"
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then