system/chronograf: Updated for version 1.8.7.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2020-10-09 16:24:28 +01:00 committed by Willy Sudiarto Raharjo
parent 324e839122
commit 0a435a7d6a
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 9 additions and 8 deletions

View file

@ -8,8 +8,9 @@ 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
useradd -u 350 -s /bin/false -d /var/lib/chronograf -g chronograf chronograf
useradd -u 350 -s /bin/false -d /var/lib/chronograf \
-g chronograf chronograf

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=chronograf
VERSION=${VERSION:-1.8.6}
VERSION=${VERSION:-1.8.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="chronograf"
VERSION="1.8.6"
VERSION="1.8.7"
HOMEPAGE="https://www.influxdata.com"
DOWNLOAD="https://dl.influxdata.com/chronograf/releases/chronograf-1.8.6_linux_i386.tar.gz"
MD5SUM="252d68c882e57c09ae0a62c304e5a6b0"
DOWNLOAD_x86_64="https://dl.influxdata.com/chronograf/releases/chronograf-1.8.6_linux_amd64.tar.gz"
MD5SUM_x86_64="5f817d6cb069b1af47c402dc5f3470df"
DOWNLOAD="https://dl.influxdata.com/chronograf/releases/chronograf-1.8.7_linux_i386.tar.gz"
MD5SUM="8b2a07fb121f4eb1f0a5c72049b891f5"
DOWNLOAD_x86_64="https://dl.influxdata.com/chronograf/releases/chronograf-1.8.7_linux_amd64.tar.gz"
MD5SUM_x86_64="50c7c6782405290e158f0aa9e1f23c70"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="e@dscp.org"