bpftrace: update to 0.14.0.
This commit is contained in:
parent
5ff5b93b4d
commit
6fc9500054
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'bpftrace'
|
# Template file for 'bpftrace'
|
||||||
pkgname=bpftrace
|
pkgname=bpftrace
|
||||||
version=0.13.0
|
version=0.14.0
|
||||||
revision=3
|
revision=1
|
||||||
archs="x86_64* aarch64* ppc64*"
|
archs="x86_64* aarch64* ppc64*"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF" # needs root to run
|
configure_args="-DBUILD_TESTING=OFF" # needs root to run
|
||||||
hostmakedepends="pkg-config flex"
|
hostmakedepends="flex pkg-config ruby-asciidoctor"
|
||||||
makedepends="bcc-devel clang clang-tools-extra elfutils-devel llvm"
|
makedepends="bcc-devel cereal clang clang-tools-extra elfutils-devel llvm"
|
||||||
short_desc="High-level tracing language for Linux enhanced Berkeley Packet Filter"
|
short_desc="High-level tracing language for Linux enhanced Berkeley Packet Filter"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/iovisor/bpftrace/"
|
homepage="https://github.com/iovisor/bpftrace/"
|
||||||
distfiles="https://github.com/iovisor/bpftrace/archive/v${version}.tar.gz"
|
distfiles="https://github.com/iovisor/bpftrace/archive/v${version}.tar.gz"
|
||||||
checksum=a5203e5c73277c87d624f32e8ee394d4c5e2c2810bde8314c1b015c9d810a6bb
|
checksum=6a37f29c3ad3d6302218d2c010333222fa489068998da51c80aae6dc40cb5bc1
|
||||||
nostrip=yes # needs to read own symbol table
|
nostrip=yes # needs to read own symbol table
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue