diff options
author | Ebben Aries <earies@dscp.org> | 2022-02-17 12:04:07 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-19 11:19:13 +0700 |
commit | fa12075af0da628351124d1ad0a284d699677935 (patch) | |
tree | 735a9a517c460588e339f5fb1e45c7c04ab3161a /system/chronograf | |
parent | 523c8a2ff519a626b33ed2cc9224e240966524c8 (diff) |
system/chronograf: Updated for version 1.9.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/chronograf')
-rw-r--r-- | system/chronograf/chronograf.SlackBuild | 2 | ||||
-rw-r--r-- | system/chronograf/chronograf.info | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/chronograf/chronograf.SlackBuild b/system/chronograf/chronograf.SlackBuild index 4ddfb903f887..4a5d876f82b9 100644 --- a/system/chronograf/chronograf.SlackBuild +++ b/system/chronograf/chronograf.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=chronograf -VERSION=${VERSION:-1.9.1} +VERSION=${VERSION:-1.9.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/chronograf/chronograf.info b/system/chronograf/chronograf.info index f5e408f6d491..d8f0e172743c 100644 --- a/system/chronograf/chronograf.info +++ b/system/chronograf/chronograf.info @@ -1,10 +1,10 @@ PRGNAM="chronograf" -VERSION="1.9.1" +VERSION="1.9.3" HOMEPAGE="https://www.influxdata.com" -DOWNLOAD="https://dl.influxdata.com/chronograf/releases/chronograf-1.9.1_linux_i386.tar.gz" -MD5SUM="4684bd6b0f1592afe24181116872d630" -DOWNLOAD_x86_64="https://dl.influxdata.com/chronograf/releases/chronograf-1.9.1_linux_amd64.tar.gz" -MD5SUM_x86_64="841610e813cfea2178b04753e6f86a59" +DOWNLOAD="https://dl.influxdata.com/chronograf/releases/chronograf-1.9.3_linux_i386.tar.gz" +MD5SUM="5099b76581fdf7a4ddcd80f2e3606b59" +DOWNLOAD_x86_64="https://dl.influxdata.com/chronograf/releases/chronograf-1.9.3_linux_amd64.tar.gz" +MD5SUM_x86_64="a637aace401e75067986394f6c45b343" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |