diff options
-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 e05865752402c..f6a088f83be82 100644 --- a/system/chronograf/chronograf.SlackBuild +++ b/system/chronograf/chronograf.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Chronograf -# Copyright 2017-2022 Ebben Aries <slackbuilds@dscp.org> +# Copyright 2017-2023 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.0} +VERSION=${VERSION:-1.10.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/chronograf/chronograf.info b/system/chronograf/chronograf.info index f524a94cfee55..42df60a50b4d0 100644 --- a/system/chronograf/chronograf.info +++ b/system/chronograf/chronograf.info @@ -1,10 +1,10 @@ PRGNAM="chronograf" -VERSION="1.10.0" +VERSION="1.10.1" HOMEPAGE="https://www.influxdata.com" -DOWNLOAD="https://dl.influxdata.com/chronograf/releases/chronograf-1.10.0_linux_i386.tar.gz" -MD5SUM="a3dc8f3abf300d972906c27332b1caf8" -DOWNLOAD_x86_64="https://dl.influxdata.com/chronograf/releases/chronograf-1.10.0_linux_amd64.tar.gz" -MD5SUM_x86_64="91da12066e23ec5b618256b33e6fabf8" +DOWNLOAD="https://dl.influxdata.com/chronograf/releases/chronograf-1.10.1_linux_i386.tar.gz" +MD5SUM="ea382734d911191f15dcfd46ad1bd04d" +DOWNLOAD_x86_64="https://dl.influxdata.com/chronograf/releases/chronograf-1.10.1_linux_amd64.tar.gz" +MD5SUM_x86_64="18207a6abc54ea1c82d6d982fef1131c" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |