system/sysdig: Updated for version 0.14.0

Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
Larry Hajali 2017-01-25 10:48:29 -08:00 committed by Willy Sudiarto Raharjo
parent d3bd51fe66
commit 25ddc4af3b
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for sysdig
# Copyright 2015-2016 Larry Hajali <larryhaja[at]gmail[dot]com>
# Copyright 2015-2017 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sysdig
VERSION=${VERSION:-0.13.0}
VERSION=${VERSION:-0.14.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="sysdig"
VERSION="0.13.0"
VERSION="0.14.0"
HOMEPAGE="http://www.sysdig.org"
DOWNLOAD="https://github.com/draios/sysdig/archive/0.13.0/sysdig-0.13.0.tar.gz"
MD5SUM="a8658daee5277d2a3a0bbb8381fb020f"
DOWNLOAD="https://github.com/draios/sysdig/archive/0.14.0/sysdig-0.14.0.tar.gz"
MD5SUM="cbc67c28a0db4097ee293fb76dc0fd79"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jsoncpp lua libb64 jq"