summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2019-01-12 14:46:57 +0100
committerGordian Edenhofer2019-01-12 14:46:57 +0100
commita193249ed231118e2cbc2de496c8294ffb216fb0 (patch)
tree692c3a652f1a4cff0a3601be98a68d23c1da0f3b
parent129f1884314ba812c001ac542fe7837842f627cb (diff)
downloadaur-a193249ed231118e2cbc2de496c8294ffb216fb0.tar.gz
upgpkg: bcc 0.8.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8ea63079be5..f7012d1dae73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bcc
pkgdesc = BPF Compiler Collection
- pkgver = 0.7.0
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/iovisor/bcc
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = bcc
makedepends = bison
makedepends = python
makedepends = python2
- source = https://github.com/iovisor/bcc/archive/v0.7.0.tar.gz
- sha512sums = ebe6c4cbecba2d587c69af71ddc8cb451b2b8e1d49ef887f291c813320c2c60d49357500fc2751d5b418df2be1d02763c385d89de6efa6e10f049c25acf01b4e
+ source = https://github.com/iovisor/bcc/archive/v0.8.0.tar.gz
+ sha512sums = e46bd8076f6a440b05fd4f94e14d05365d685bfef43d466831a82891a1c131aed22028d29e5be5dd957f00fc3e31d84a96021adf90ae7dbcd7bbf888a7c19774
pkgname = bcc
pkgdesc = BPF Compiler Collection - C library and examples
diff --git a/PKGBUILD b/PKGBUILD
index 7ea9f9315fa1..3c14e92b589d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=bcc
pkgname=('bcc' 'bcc-tools' 'python-bcc' 'python2-bcc')
-pkgver=0.7.0
+pkgver=0.8.0
pkgrel=1
pkgdesc='BPF Compiler Collection'
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('Apache')
makedepends=('cmake' 'clang>=3.7.0' 'llvm>=3.7.0' 'flex' 'bison' 'python' 'python2')
checkdepends=('netperf' 'iperf')
source=("https://github.com/iovisor/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('ebe6c4cbecba2d587c69af71ddc8cb451b2b8e1d49ef887f291c813320c2c60d49357500fc2751d5b418df2be1d02763c385d89de6efa6e10f049c25acf01b4e')
+sha512sums=('e46bd8076f6a440b05fd4f94e14d05365d685bfef43d466831a82891a1c131aed22028d29e5be5dd957f00fc3e31d84a96021adf90ae7dbcd7bbf888a7c19774')
build() {
cd "${srcdir}/${pkgbase}-${pkgver}"