diff options
author | Ebben Aries <earies@dscp.org> | 2022-08-31 18:53:53 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-03 17:58:51 +0700 |
commit | ef64957d3f8f2c8c8da00ebe6861387769f8f2a8 (patch) | |
tree | 4f745ccb6fb83f7aed9a6980b2682eaa3b73e956 /system/kapacitor | |
parent | 4f97bc8684f388f29775553f312f35631981d60d (diff) |
system/kapacitor: Updated for version 1.6.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/kapacitor')
-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 5465172ca299b..a1102e2275c1a 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 ae38fbad0420c..3cab11b7dce82 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" |