mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
sysdig: update to 0.6.0.
This commit is contained in:
parent
d2b92074bb
commit
897daf9182
2 changed files with 2 additions and 10 deletions
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
--- userspace/libsinsp/k8s_collector.h 2015-11-06 23:42:21.000000000 +0100
|
--- 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
|
+++ userspace/libsinsp/k8s_collector.h 2015-11-07 17:14:06.891783388 +0100
|
||||||
@@ -7,6 +7,7 @@
|
@@ -7,6 +7,7 @@
|
||||||
|
@ -9,10 +8,3 @@
|
||||||
|
|
||||||
class k8s_http;
|
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'
|
# Template file for 'sysdig'
|
||||||
pkgname=sysdig
|
pkgname=sysdig
|
||||||
version=0.5.1
|
version=0.6.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF
|
configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.sysdig.org/"
|
homepage="http://www.sysdig.org/"
|
||||||
distfiles="https://github.com/draios/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/draios/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=dad586680f1615a769143d54a9ed19753dc0a4be164c680cc14dd2910a989623
|
checksum=e30da5c5385503164e2198f5a126aa9ffd212efd00e192c89aa7dd97b4ac491c
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue