sysdig: update to 0.6.0.
This commit is contained in:
parent
d2b92074bb
commit
897daf9182
|
@ -1,4 +1,3 @@
|
|||
|
||||
--- userspace/libsinsp/k8s_collector.h 2015-11-06 23:42:21.000000000 +0100
|
||||
+++ userspace/libsinsp/k8s_collector.h 2015-11-07 17:14:06.891783388 +0100
|
||||
@@ -7,6 +7,7 @@
|
||||
|
@ -9,10 +8,3 @@
|
|||
|
||||
class k8s_http;
|
||||
|
||||
@@ -49,4 +50,4 @@
|
||||
inline void k8s_collector::stop()
|
||||
{
|
||||
m_stopped = true;
|
||||
-}
|
||||
\ Kein Zeilenumbruch am Dateiende.
|
||||
+}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sysdig'
|
||||
pkgname=sysdig
|
||||
version=0.5.1
|
||||
version=0.6.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF
|
||||
|
@ -16,7 +16,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://www.sysdig.org/"
|
||||
distfiles="https://github.com/draios/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=dad586680f1615a769143d54a9ed19753dc0a4be164c680cc14dd2910a989623
|
||||
checksum=e30da5c5385503164e2198f5a126aa9ffd212efd00e192c89aa7dd97b4ac491c
|
||||
nocross=yes
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in New Issue