system/chronograf: Updated for version 1.5.0.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Ebben Aries 2018-05-29 23:25:53 +01:00 committed by Willy Sudiarto Raharjo
parent 5cff3392bb
commit 90d01f2255
3 changed files with 8 additions and 8 deletions

View file

@ -8,7 +8,7 @@ visualizations of your data.
Groupname and Username
You must have the "chronograf" group and user to run this script, for
You must have the "chronograf" group and user to run this script, for
example:
groupadd -g 350 chronograf

View file

@ -2,7 +2,7 @@
# Slackware build script for Chronograf
# Copyright 2017 Ebben Aries <e@dscp.org>
# Copyright 2017, 2018 Ebben Aries <e@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.4.0.0}
VERSION=${VERSION:-1.5.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="chronograf"
VERSION="1.4.0.0"
VERSION="1.5.0.0"
HOMEPAGE="https://www.influxdata.com"
DOWNLOAD="https://dl.influxdata.com/chronograf/releases/chronograf-1.4.0.0_linux_i386.tar.gz"
MD5SUM="69d59f0c5994ae277f7ce8100b839223"
DOWNLOAD_x86_64="https://dl.influxdata.com/chronograf/releases/chronograf-1.4.0.0_linux_amd64.tar.gz"
MD5SUM_x86_64="6c6f011eb1d349dd84da19a2583e1bdd"
DOWNLOAD="https://dl.influxdata.com/chronograf/releases/chronograf-1.5.0.0_linux_i386.tar.gz"
MD5SUM="7780649704ad1deaef2711c30b4e59e4"
DOWNLOAD_x86_64="https://dl.influxdata.com/chronograf/releases/chronograf-1.5.0.0_linux_amd64.tar.gz"
MD5SUM_x86_64="be50979475fc15b124dda731724f5a42"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="e@dscp.org"