bcc: update to 0.31.0.
This commit is contained in:
parent
be01ada1bc
commit
e24648a689
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'bcc'
|
||||
pkgname=bcc
|
||||
version=0.30.0
|
||||
version=0.31.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DREVISION=${version} -DENABLE_LLVM_SHARED=1"
|
||||
|
@ -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>bcc-${version}.tar.gz"
|
||||
checksum=c74ed8055a72625a5df341e067c67e02ac3d94a2e765505a17b723ffe6d77aca
|
||||
checksum=539a9e937b42f79ec525a05daa1b2a4ce0bf444fc692e2ac21e618f91605e089
|
||||
python_version="3"
|
||||
|
||||
# bug in llvm17-devel dependencies
|
||||
|
|
Loading…
Reference in New Issue