diff options
Diffstat (limited to 'system')
-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 ace1a29e7a661..38449a92198a9 100644 --- a/system/chronograf/chronograf.SlackBuild +++ b/system/chronograf/chronograf.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Chronograf -# Copyright 2017-2023 Ebben Aries <slackbuilds@dscp.org> +# Copyright 2017-2024 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.2} +VERSION=${VERSION:-1.10.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/chronograf/chronograf.info b/system/chronograf/chronograf.info index 304455fd6d866..9991aff83a5a2 100644 --- a/system/chronograf/chronograf.info +++ b/system/chronograf/chronograf.info @@ -1,10 +1,10 @@ PRGNAM="chronograf" -VERSION="1.10.2" +VERSION="1.10.3" HOMEPAGE="https://www.influxdata.com" -DOWNLOAD="https://dl.influxdata.com/chronograf/releases/chronograf-1.10.2_linux_i386.tar.gz" -MD5SUM="e44e315ecbe49d0226d190877f62b678" -DOWNLOAD_x86_64="https://dl.influxdata.com/chronograf/releases/chronograf-1.10.2_linux_amd64.tar.gz" -MD5SUM_x86_64="bd480af78447d3c9f21dc45b7f10fd7f" +DOWNLOAD="https://dl.influxdata.com/chronograf/releases/chronograf-1.10.3_linux_i386.tar.gz" +MD5SUM="72385f53ae4dffff70a17973e172f7f6" +DOWNLOAD_x86_64="https://dl.influxdata.com/chronograf/releases/chronograf-1.10.3_linux_amd64.tar.gz" +MD5SUM_x86_64="493fe3362a03082472de8f83e57cdfc7" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |