system/kapacitor: Updated for version 1.5.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
80c96aa4b7
commit
c6eb894623
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue