summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/sysdig/README2
-rw-r--r--system/sysdig/sysdig.SlackBuild2
-rw-r--r--system/sysdig/sysdig.info8
3 files changed, 7 insertions, 5 deletions
diff --git a/system/sysdig/README b/system/sysdig/README
index 4bd2f47c13..f03eee3067 100644
--- a/system/sysdig/README
+++ b/system/sysdig/README
@@ -8,3 +8,5 @@ visibility on top.
To build the package for a kernel different from the running one, start the
script setting the KERNEL variable as in
KERNEL=2.6.38.8 ./sysdig.SlackBuild
+
+Optional: luajit
diff --git a/system/sysdig/sysdig.SlackBuild b/system/sysdig/sysdig.SlackBuild
index b424292d61..ab1591b15d 100644
--- a/system/sysdig/sysdig.SlackBuild
+++ b/system/sysdig/sysdig.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sysdig
-VERSION=${VERSION:-0.1.101}
+VERSION=${VERSION:-0.1.102}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/sysdig/sysdig.info b/system/sysdig/sysdig.info
index bf40d4f66c..443f8dbeec 100644
--- a/system/sysdig/sysdig.info
+++ b/system/sysdig/sysdig.info
@@ -1,10 +1,10 @@
PRGNAM="sysdig"
-VERSION="0.1.101"
+VERSION="0.1.102"
HOMEPAGE="http://www.sysdig.org"
-DOWNLOAD="https://github.com/draios/sysdig/archive/0.1.101.tar.gz"
-MD5SUM="5fe96a3a0fd98b2157a40cb29af41afc"
+DOWNLOAD="https://github.com/draios/sysdig/archive/0.1.102.tar.gz"
+MD5SUM="58054063254328d6eb1f8fd4101f060f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="jsoncpp luajit"
+REQUIRES="jsoncpp lua"
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"