diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/kapacitor/kapacitor.SlackBuild | 4 | ||||
-rw-r--r-- | system/kapacitor/kapacitor.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/kapacitor/kapacitor.SlackBuild b/system/kapacitor/kapacitor.SlackBuild index 5465172ca2..a1102e2275 100644 --- a/system/kapacitor/kapacitor.SlackBuild +++ b/system/kapacitor/kapacitor.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Kapacitor -# Copyright 2017-2021 Ebben Aries <slackbuilds@dscp.org> +# Copyright 2017-2022 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=kapacitor -VERSION=${VERSION:-1.6.4} +VERSION=${VERSION:-1.6.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/kapacitor/kapacitor.info b/system/kapacitor/kapacitor.info index ae38fbad04..3cab11b7dc 100644 --- a/system/kapacitor/kapacitor.info +++ b/system/kapacitor/kapacitor.info @@ -1,10 +1,10 @@ PRGNAM="kapacitor" -VERSION="1.6.4" +VERSION="1.6.5" HOMEPAGE="https://www.influxdata.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://dl.influxdata.com/kapacitor/releases/kapacitor-1.6.4_linux_amd64.tar.gz" -MD5SUM_x86_64="3a0291af8159542d4c3705ac914c5a6a" +DOWNLOAD_x86_64="https://dl.influxdata.com/kapacitor/releases/kapacitor-1.6.5_linux_amd64.tar.gz" +MD5SUM_x86_64="9e6c66a3ce20ab60cf5b3782afe500cf" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |