bcc: update to 0.32.0.

This commit is contained in:
Leah Neukirchen 2024-11-29 22:09:56 +01:00
parent db3c76e917
commit 6dc08a7fad

View file

@ -1,7 +1,7 @@
# Template file for 'bcc'
pkgname=bcc
version=0.31.0
revision=2
version=0.32.0
revision=1
_llvmver=19
build_style=cmake
configure_args="-DREVISION=${version} -DENABLE_LLVM_SHARED=1
@ -14,7 +14,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>bcc-${version}.tar.gz"
checksum=539a9e937b42f79ec525a05daa1b2a4ce0bf444fc692e2ac21e618f91605e089
checksum=0b4583bb28722d725fb1c6a749e39959d950973d5e92cb559fac30779e545ec2
python_version="3"
post_extract() {