mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/chronograf: Updated for version 1.9.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bd339ad779
commit
1b2d95065e
2 changed files with 6 additions and 6 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue