summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Ebben Aries2020-10-09 17:24:28 +0200
committer Willy Sudiarto Raharjo2020-10-10 05:18:49 +0200
commit0a435a7d6a7c1fb34b602a8c93d52539ebd83a20 (patch)
tree05acefa51fac139d6b0c03ddadf9268872479514 /system
parent324e8391228b387babc2455cc64ba1aef1b51fb2 (diff)
downloadslackbuilds-0a435a7d6a7c1fb34b602a8c93d52539ebd83a20.tar.gz
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>
Diffstat (limited to 'system')
-rw-r--r--system/chronograf/README5
-rw-r--r--system/chronograf/chronograf.SlackBuild2
-rw-r--r--system/chronograf/chronograf.info10
3 files changed, 9 insertions, 8 deletions
diff --git a/system/chronograf/README b/system/chronograf/README
index 37c8860d14..fbaadf0fc4 100644
--- a/system/chronograf/README
+++ b/system/chronograf/README
@@ -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
diff --git a/system/chronograf/chronograf.SlackBuild b/system/chronograf/chronograf.SlackBuild
index d68d13073d..927b81efa5 100644
--- a/system/chronograf/chronograf.SlackBuild
+++ b/system/chronograf/chronograf.SlackBuild
@@ -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}
diff --git a/system/chronograf/chronograf.info b/system/chronograf/chronograf.info
index e22c37a20b..1163c42863 100644
--- a/system/chronograf/chronograf.info
+++ b/system/chronograf/chronograf.info
@@ -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"