mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bcc: update to 0.33.0.
This commit is contained in:
parent
ad0e0cbd04
commit
31fe140632
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bcc'
|
# Template file for 'bcc'
|
||||||
pkgname=bcc
|
pkgname=bcc
|
||||||
version=0.32.0
|
version=0.33.0
|
||||||
revision=2
|
revision=1
|
||||||
_llvmver=19
|
_llvmver=19
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DREVISION=${version} -DENABLE_LLVM_SHARED=1
|
configure_args="-DREVISION=${version} -DENABLE_LLVM_SHARED=1
|
||||||
|
@ -14,7 +14,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=0b4583bb28722d725fb1c6a749e39959d950973d5e92cb559fac30779e545ec2
|
checksum=7d190ba34a715f3909470bb2a4d5c43d9f07f67ea0928393259d932990b21f6c
|
||||||
python_version="3"
|
python_version="3"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue