diff options
author | Larry Hajali <larryhaja@gmail.com> | 2017-01-25 10:48:29 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-28 07:38:27 +0700 |
commit | 25ddc4af3b7e96c41602f5133987eac5620d0b5a (patch) | |
tree | 537d0f48eefd917ce70264dca7fab6a75de2bda0 /system/sysdig/sysdig.SlackBuild | |
parent | d3bd51fe66ce5e38daac1db7ab4babb45bdc737a (diff) |
system/sysdig: Updated for version 0.14.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'system/sysdig/sysdig.SlackBuild')
-rw-r--r-- | system/sysdig/sysdig.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/sysdig/sysdig.SlackBuild b/system/sysdig/sysdig.SlackBuild index bc1b58eba79d3..4fc381dff5920 100644 --- a/system/sysdig/sysdig.SlackBuild +++ b/system/sysdig/sysdig.SlackBuild @@ -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} |