diff options
author | Larry Hajali <larryhaja@gmail.com> | 2020-05-02 18:06:45 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-03 08:48:39 +0700 |
commit | 47327df1c3bfa2ed725ebc6ac5885ed597e3bcc6 (patch) | |
tree | 2b25c85140bcb101593efc20f60c91b80cee0019 /system/sysdig/sysdig.SlackBuild | |
parent | 2a35de5e8e3081117167bf93dc3fc5317926f93a (diff) |
system/sysdig: Updated for version 0.26.6
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 91dcccac29925..6ef570486dba1 100644 --- a/system/sysdig/sysdig.SlackBuild +++ b/system/sysdig/sysdig.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sysdig -# Copyright 2015-2018 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2015-2020 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.26.4} +VERSION=${VERSION:-0.26.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |