diff options
author | Ebben Aries <e@dscp.org> | 2020-02-23 23:26:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-23 23:26:58 +0700 |
commit | b6064771d912e74f04dd943d9bbb13286f9fa9f4 (patch) | |
tree | 2383e7d87fecfc0e8d45735c9d2c0dfcc63ec173 /system/chronograf/chronograf.SlackBuild | |
parent | 77f2c1d2e530145d10e10f21bf92a9b68a7df7c6 (diff) |
system/chronograf: Updated for version 1.8.0.
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 372fe248fd61..35bf3002ee39 100644 --- a/system/chronograf/chronograf.SlackBuild +++ b/system/chronograf/chronograf.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Chronograf -# Copyright 2017-2019 Ebben Aries <e@dscp.org> +# Copyright 2017-2020 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.17} +VERSION=${VERSION:-1.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |