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 | |
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>
-rw-r--r-- | system/chronograf/chronograf.SlackBuild | 4 | ||||
-rw-r--r-- | system/chronograf/chronograf.info | 12 |
2 files changed, 8 insertions, 8 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} diff --git a/system/chronograf/chronograf.info b/system/chronograf/chronograf.info index b8e6183cd4..06578896e5 100644 --- a/system/chronograf/chronograf.info +++ b/system/chronograf/chronograf.info @@ -1,10 +1,10 @@ PRGNAM="chronograf" -VERSION="1.8.10" +VERSION="1.9.0" HOMEPAGE="https://www.influxdata.com" -DOWNLOAD="https://dl.influxdata.com/chronograf/releases/chronograf-1.8.10_linux_i386.tar.gz" -MD5SUM="7a06e74733b7d7931dc64562940956c2" -DOWNLOAD_x86_64="https://dl.influxdata.com/chronograf/releases/chronograf-1.8.10_linux_amd64.tar.gz" -MD5SUM_x86_64="29a4e1c6676ab3014c2f7659b62cc8bc" +DOWNLOAD="https://dl.influxdata.com/chronograf/releases/chronograf-1.9.0_linux_i386.tar.gz" +MD5SUM="5b7e7abde9f72e2f8c418af7ffe7e2ec" +DOWNLOAD_x86_64="https://dl.influxdata.com/chronograf/releases/chronograf-1.9.0_linux_amd64.tar.gz" +MD5SUM_x86_64="dbd40acb985d7aa1e25dd68c816ad28d" REQUIRES="" MAINTAINER="Ebben Aries" -EMAIL="e@dscp.org" +EMAIL="slackbuilds@dscp.org" |