diff options
-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 1ce45e4c6a544..6fe557b9cf0e0 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 a36baa9e02099..23084c2c0c79f 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" |