diff options
author | Ebben Aries <earies@dscp.org> | 2025-01-02 10:20:12 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-01-03 22:01:50 +0700 |
commit | f373aa988d3a3980794e9ad0c62f22b88751f9b6 (patch) | |
tree | d3ed3d9d4895997d3f0514adae9630d908009f30 /system/chronograf | |
parent | 327428a11f8bb1d96d21e3e91780d657682ab88a (diff) |
system/chronograf: Updated for version 1.10.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/chronograf')
-rw-r--r-- | system/chronograf/chronograf.SlackBuild | 4 | ||||
-rw-r--r-- | system/chronograf/chronograf.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/chronograf/chronograf.SlackBuild b/system/chronograf/chronograf.SlackBuild index 427e17fef8..7cc9d22307 100644 --- a/system/chronograf/chronograf.SlackBuild +++ b/system/chronograf/chronograf.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Chronograf -# Copyright 2017-2024 Ebben Aries <slackbuilds@dscp.org> +# Copyright 2017-2025 Ebben Aries <slackbuilds@dscp.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=chronograf -VERSION=${VERSION:-1.10.5} +VERSION=${VERSION:-1.10.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/chronograf/chronograf.info b/system/chronograf/chronograf.info index 55960fff7b..10761956c6 100644 --- a/system/chronograf/chronograf.info +++ b/system/chronograf/chronograf.info @@ -1,10 +1,10 @@ PRGNAM="chronograf" -VERSION="1.10.5" +VERSION="1.10.6" HOMEPAGE="https://www.influxdata.com" -DOWNLOAD="https://dl.influxdata.com/chronograf/releases/chronograf-1.10.5_linux_i386.tar.gz" -MD5SUM="c7d6b1edb5814729b7f3e5175cbf2ec9" -DOWNLOAD_x86_64="https://dl.influxdata.com/chronograf/releases/chronograf-1.10.5_linux_amd64.tar.gz" -MD5SUM_x86_64="14dc097b436d21d896ce49b2df14ab4b" +DOWNLOAD="https://dl.influxdata.com/chronograf/releases/chronograf-1.10.6_linux_i386.tar.gz" +MD5SUM="3ec25a4ed75ce8b79db969d48f0874ae" +DOWNLOAD_x86_64="https://dl.influxdata.com/chronograf/releases/chronograf-1.10.6_linux_amd64.tar.gz" +MD5SUM_x86_64="1de4dd471532d82565490f55d012d981" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |