bcc: update to 0.18.0.

This commit is contained in:
Leah Neukirchen 2021-01-07 16:20:25 +01:00
parent 4797a9e741
commit 4df640cd57
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'bcc'
pkgname=bcc
version=0.17.0
revision=2
version=0.18.0
revision=1
wrksrc="bcc"
build_style=cmake
configure_args="-DREVISION=${version}"
@ -13,7 +13,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
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=684cbc5b0b4a19a7fb1993932b9207870cde9ea53653ebe95ab70d58c086bccc
checksum=d05f2da69545bbb727b929e581c12f6c47729316211899d3734e08f7cff2215b
python_version="3"
post_extract() {