mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bcc: update to 0.26.0.
This commit is contained in:
parent
c94d5a3fe2
commit
df0c527e63
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.25.0
|
version=0.26.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DREVISION=${version} -DENABLE_LLVM_SHARED=1"
|
configure_args="-DREVISION=${version} -DENABLE_LLVM_SHARED=1"
|
||||||
hostmakedepends="flex python3"
|
hostmakedepends="flex python3"
|
||||||
|
@ -12,7 +12,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=3f481a9aca36d64c0af465a485f6714577dfb8732c308954a6a07713a757086c
|
checksum=cd6c3580ece8f3e99cdc25155dc77d09c1f10dd9d8a13105f468af45963030b0
|
||||||
python_version="3"
|
python_version="3"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue