bcc: update to 0.23.0.

This commit is contained in:
Leah Neukirchen 2021-11-17 16:15:43 +01:00
parent d750b6d25b
commit 810f28f79a

View file

@ -1,7 +1,7 @@
# Template file for 'bcc' # Template file for 'bcc'
pkgname=bcc pkgname=bcc
version=0.22.0 version=0.23.0
revision=2 revision=1
wrksrc="bcc" wrksrc="bcc"
build_style=cmake build_style=cmake
configure_args="-DREVISION=${version} -DENABLE_LLVM_SHARED=1" configure_args="-DREVISION=${version} -DENABLE_LLVM_SHARED=1"
@ -13,7 +13,7 @@ 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>bcc-${version}.tar.gz" distfiles="https://github.com/iovisor/bcc/releases/download/v${version}/bcc-src-with-submodule.tar.gz>bcc-${version}.tar.gz"
checksum=9d195db7fe617cdde03e2af7cfd1ac07751aaf0e7e966aaa19237db8fe91fd40 checksum=1a8ad163756926bcc590766682caacdcfdac1b13f54976ab3f25acd5544b15ec
python_version="3" python_version="3"
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then