bpftrace: update to 0.19.0.

This commit is contained in:
Leah Neukirchen 2023-09-21 14:46:59 +02:00
parent cedb6ddd5c
commit 8d99aa34c0

View file

@ -1,6 +1,6 @@
# Template file for 'bpftrace'
pkgname=bpftrace
version=0.18.1
version=0.19.0
revision=1
archs="x86_64* aarch64* ppc64*"
build_style=cmake
@ -12,7 +12,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"
homepage="https://github.com/iovisor/bpftrace/"
distfiles="https://github.com/iovisor/bpftrace/archive/v${version}.tar.gz"
checksum=82aa5f9cd41e84001d36d1f35fc68141a12a8d6da2fec557618877549eb34c67
checksum=bcf3964009bfda13718ee1974c4c780434613cf900ecb3b26dd7882a8bebee36
nostrip=yes # needs to read own symbol table
CXXFLAGS="-isystem ${XBPS_CROSS_BASE}/usr/include/bcc/compat"