diff options
author | Ebben Aries <e@dscp.org> | 2020-02-08 08:23:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 08:23:57 +0700 |
commit | c6eb894623ce24cd8ea14385d6e0b17f1f5613fe (patch) | |
tree | 2eec8b9d4f506c13d97638b4ddd6cabe36a06dba /system/kapacitor | |
parent | 80c96aa4b728fe9121f5289fa96408d88716e068 (diff) | |
download | slackbuilds-c6eb894623ce24cd8ea14385d6e0b17f1f5613fe.tar.gz |
system/kapacitor: Updated for version 1.5.4.
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 | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/kapacitor/kapacitor.SlackBuild b/system/kapacitor/kapacitor.SlackBuild index 1379aa55ed..df552ae4c0 100644 --- a/system/kapacitor/kapacitor.SlackBuild +++ b/system/kapacitor/kapacitor.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Kapacitor -# Copyright 2017, 2018 Ebben Aries <e@dscp.org> +# Copyright 2017-2020 Ebben Aries <e@dscp.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=kapacitor -VERSION=${VERSION:-1.5.3} +VERSION=${VERSION:-1.5.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/kapacitor/kapacitor.info b/system/kapacitor/kapacitor.info index c14cbda18a..f4066db074 100644 --- a/system/kapacitor/kapacitor.info +++ b/system/kapacitor/kapacitor.info @@ -1,10 +1,10 @@ PRGNAM="kapacitor" -VERSION="1.5.3" +VERSION="1.5.4" HOMEPAGE="https://www.influxdata.com" -DOWNLOAD="https://dl.influxdata.com/kapacitor/releases/kapacitor-1.5.3_linux_i386.tar.gz" -MD5SUM="cba230fb4ce2dae61d2ef7cb3ba04372" -DOWNLOAD_x86_64="https://dl.influxdata.com/kapacitor/releases/kapacitor-1.5.3_linux_amd64.tar.gz" -MD5SUM_x86_64="6b786c84ba75198566c1db9a104db2e7" +DOWNLOAD="https://dl.influxdata.com/kapacitor/releases/kapacitor-1.5.4_linux_i386.tar.gz" +MD5SUM="80b471ed11731a4a6f4b6509e0e11406" +DOWNLOAD_x86_64="https://dl.influxdata.com/kapacitor/releases/kapacitor-1.5.4_linux_amd64.tar.gz" +MD5SUM_x86_64="023da677aa6906f5833ab368e111181f" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="e@dscp.org" |