diff options
author | Ebben Aries <e@dscp.org> | 2020-05-02 12:19:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-02 12:19:23 +0700 |
commit | 2136d7614b0f1d8c5973039091c8736732cf2a62 (patch) | |
tree | 054603b52b9b615638d379731afbdd90edfc06e7 /system/kapacitor | |
parent | db7fe28a094c29b9e89c2bd8ac81fb537f94dba2 (diff) | |
download | slackbuilds-2136d7614b0f1d8c5973039091c8736732cf2a62.tar.gz |
system/kapacitor: Updated for version 1.5.5.
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 df552ae4c0..3e1e1f51ef 100644 --- a/system/kapacitor/kapacitor.SlackBuild +++ b/system/kapacitor/kapacitor.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=kapacitor -VERSION=${VERSION:-1.5.4} +VERSION=${VERSION:-1.5.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/kapacitor/kapacitor.info b/system/kapacitor/kapacitor.info index f4066db074..4a42a4bbc4 100644 --- a/system/kapacitor/kapacitor.info +++ b/system/kapacitor/kapacitor.info @@ -1,10 +1,10 @@ PRGNAM="kapacitor" -VERSION="1.5.4" +VERSION="1.5.5" HOMEPAGE="https://www.influxdata.com" -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" +DOWNLOAD="https://dl.influxdata.com/kapacitor/releases/kapacitor-1.5.5_linux_i386.tar.gz" +MD5SUM="9ac05315e2f37638596c561e5b57b40d" +DOWNLOAD_x86_64="https://dl.influxdata.com/kapacitor/releases/kapacitor-1.5.5_linux_amd64.tar.gz" +MD5SUM_x86_64="2f97e655febcbddcf683a894ed45b4aa" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="e@dscp.org" |