diff options
author | Ebben Aries <earies@dscp.org> | 2024-06-29 16:38:22 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-30 18:01:21 +0700 |
commit | d3f00fb68ac5f866f3ff2926a59b6a02acf29693 (patch) | |
tree | bf82457938e2abfd71a9cc3af31fd3b8e91437bf /system | |
parent | d571dca41eecbb5a88f1c73d2e374cb3c685d29d (diff) |
system/kapacitor: Updated for version 1.7.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/kapacitor/kapacitor.SlackBuild | 2 | ||||
-rw-r--r-- | system/kapacitor/kapacitor.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/kapacitor/kapacitor.SlackBuild b/system/kapacitor/kapacitor.SlackBuild index 056705a749..96a545929f 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.7.4} +VERSION=${VERSION:-1.7.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/kapacitor/kapacitor.info b/system/kapacitor/kapacitor.info index b6d6952189..cfc9edaed4 100644 --- a/system/kapacitor/kapacitor.info +++ b/system/kapacitor/kapacitor.info @@ -1,10 +1,10 @@ PRGNAM="kapacitor" -VERSION="1.7.4" +VERSION="1.7.5" HOMEPAGE="https://www.influxdata.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://dl.influxdata.com/kapacitor/releases/kapacitor-1.7.4_linux_amd64.tar.gz" -MD5SUM_x86_64="f7a66fd6d4c2e432fa83e056abcc0247" +DOWNLOAD_x86_64="https://dl.influxdata.com/kapacitor/releases/kapacitor-1.7.5_linux_amd64.tar.gz" +MD5SUM_x86_64="85574aa7601860634f17d943fad2eaf2" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |