diff options
author | Ebben Aries <earies@dscp.org> | 2021-06-29 08:22:26 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-03 10:12:11 +0700 |
commit | e9d01a3135b019e371afa143d6cfc15cfbf255ce (patch) | |
tree | 85ecd1ad03a9f088abd9eeb57b9951a63e434ab6 /system/chronograf/chronograf.SlackBuild | |
parent | d69f208ae84fc6ca05ec50f93c4b62ace7f1b9bb (diff) | |
download | slackbuilds-e9d01a3135b019e371afa143d6cfc15cfbf255ce.tar.gz |
system/chronograf: Updated for version 1.9.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 c87bcb4f14..31b3d22631 100644 --- a/system/chronograf/chronograf.SlackBuild +++ b/system/chronograf/chronograf.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Chronograf -# Copyright 2017-2020 Ebben Aries <e@dscp.org> +# Copyright 2017-2021 Ebben Aries <slackbuilds@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.8.10} +VERSION=${VERSION:-1.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |