diff options
author | Ebben Aries <e@dscp.org> | 2018-05-29 23:29:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-02 07:32:32 +0700 |
commit | 08388d8e80026a7cb2779557a3c435ba3fc81ae3 (patch) | |
tree | 6e5177133219fd4e0e4fc21e0964b2ef48e29c83 /system | |
parent | d845592a913e88ade1fbd530828345833396bb29 (diff) | |
download | slackbuilds-08388d8e80026a7cb2779557a3c435ba3fc81ae3.tar.gz |
system/kapacitor: Updated for version 1.5.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system')
-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 1ce45e4c6a..6fe557b9cf 100644 --- a/system/kapacitor/kapacitor.SlackBuild +++ b/system/kapacitor/kapacitor.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Kapacitor -# Copyright 2017 Ebben Aries <e@dscp.org> +# Copyright 2017, 2018 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.4.0} +VERSION=${VERSION:-1.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/kapacitor/kapacitor.info b/system/kapacitor/kapacitor.info index a36baa9e02..23084c2c0c 100644 --- a/system/kapacitor/kapacitor.info +++ b/system/kapacitor/kapacitor.info @@ -1,10 +1,10 @@ PRGNAM="kapacitor" -VERSION="1.4.0" +VERSION="1.5.0" HOMEPAGE="https://www.influxdata.com" -DOWNLOAD="https://dl.influxdata.com/kapacitor/releases/kapacitor-1.4.0_linux_i386.tar.gz" -MD5SUM="9b8608e2a2b0ca908fea60d050f2ed0f" -DOWNLOAD_x86_64="https://dl.influxdata.com/kapacitor/releases/kapacitor-1.4.0_linux_amd64.tar.gz" -MD5SUM_x86_64="5fbd93e381b5bacb31d625082e109a4d" +DOWNLOAD="https://dl.influxdata.com/kapacitor/releases/kapacitor-1.5.0_linux_i386.tar.gz" +MD5SUM="06b61bb1ca1bf61442ba96729170fa66" +DOWNLOAD_x86_64="https://dl.influxdata.com/kapacitor/releases/kapacitor-1.5.0_linux_amd64.tar.gz" +MD5SUM_x86_64="353206aa187525a9ca4e244d602737be" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="e@dscp.org" |