diff options
author | Ebben Aries <earies@dscp.org> | 2022-02-01 14:03:53 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-02 23:22:53 +0700 |
commit | 1b2d95065eca2d1594df2445a074f8f14a0c401e (patch) | |
tree | 1dcd8d0cfebe70e1bf2e6070466e613ced0a2f76 | |
parent | bd339ad7798ee4e17b77dee74b4225992bff81c3 (diff) |
system/chronograf: Updated for version 1.9.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 d27e9defc6b2..4ddfb903f887 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.0} +VERSION=${VERSION:-1.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/chronograf/chronograf.info b/system/chronograf/chronograf.info index 06578896e523..f5e408f6d491 100644 --- a/system/chronograf/chronograf.info +++ b/system/chronograf/chronograf.info @@ -1,10 +1,10 @@ PRGNAM="chronograf" -VERSION="1.9.0" +VERSION="1.9.1" HOMEPAGE="https://www.influxdata.com" -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" +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" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |