diff options
author | Ebben Aries <earies@dscp.org> | 2021-07-30 15:00:15 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-31 23:09:40 +0700 |
commit | 8af73267a251dbdc190900239c2f4a9b06c330eb (patch) | |
tree | 4fe120b05367ce13515d21878d79843c23715bc0 /system/kapacitor | |
parent | bf7e180e625ab26a5ca04a2736b4f13597664dc6 (diff) |
system/kapacitor: Updated for version 1.6.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/kapacitor')
-rw-r--r-- | system/kapacitor/kapacitor.SlackBuild | 2 | ||||
-rw-r--r-- | system/kapacitor/kapacitor.info | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/kapacitor/kapacitor.SlackBuild b/system/kapacitor/kapacitor.SlackBuild index d361631c8908..d18cf6de5eb2 100644 --- a/system/kapacitor/kapacitor.SlackBuild +++ b/system/kapacitor/kapacitor.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=kapacitor -VERSION=${VERSION:-1.5.9} +VERSION=${VERSION:-1.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/kapacitor/kapacitor.info b/system/kapacitor/kapacitor.info index cb6885d7db30..8d73572adf09 100644 --- a/system/kapacitor/kapacitor.info +++ b/system/kapacitor/kapacitor.info @@ -1,10 +1,10 @@ PRGNAM="kapacitor" -VERSION="1.5.9" +VERSION="1.6.1" HOMEPAGE="https://www.influxdata.com" -DOWNLOAD="https://dl.influxdata.com/kapacitor/releases/kapacitor-1.5.9_linux_i386.tar.gz" -MD5SUM="7f396a3b6ec6133407cdeb01c74eea4e" -DOWNLOAD_x86_64="https://dl.influxdata.com/kapacitor/releases/kapacitor-1.5.9_linux_amd64.tar.gz" -MD5SUM_x86_64="c3e8ad4207b2e4f0af63989e55b8c808" +DOWNLOAD="UNSUPPORTED" +MD5SUM="" +DOWNLOAD_x86_64="https://dl.influxdata.com/kapacitor/releases/kapacitor-1.6.1_linux_amd64.tar.gz" +MD5SUM_x86_64="bd99ca502d35e27a586e34af4bad2d54" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |