diff options
author | Ebben Aries <e@dscp.org> | 2019-01-18 11:30:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-18 23:39:48 +0700 |
commit | 3c5d46fe03046c0b7f1dc2e8fefb80ae5b74f321 (patch) | |
tree | 153a67db040b1456d0a866d24fa303160cc5dbb8 /system/chronograf/chronograf.SlackBuild | |
parent | 8eec31e6d630835e3ace3a35e892abb6cde32179 (diff) |
system/chronograf: Updated for version 1.7.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/chronograf/chronograf.SlackBuild')
-rw-r--r-- | system/chronograf/chronograf.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/chronograf/chronograf.SlackBuild b/system/chronograf/chronograf.SlackBuild index 91fdcc39f43c2..4dbf5e68df454 100644 --- a/system/chronograf/chronograf.SlackBuild +++ b/system/chronograf/chronograf.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Chronograf -# Copyright 2017, 2018 Ebben Aries <e@dscp.org> +# Copyright 2017-2019 Ebben Aries <e@dscp.org> # 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=chronograf -VERSION=${VERSION:-1.7.5} +VERSION=${VERSION:-1.7.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |