mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
system/kapacitor: Updated for version 1.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
751bf08ec7
commit
c935838998
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=kapacitor
|
||||
VERSION=${VERSION:-1.5.1}
|
||||
VERSION=${VERSION:-1.5.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="kapacitor"
|
||||
VERSION="1.5.1"
|
||||
VERSION="1.5.2"
|
||||
HOMEPAGE="https://www.influxdata.com"
|
||||
DOWNLOAD="https://dl.influxdata.com/kapacitor/releases/kapacitor-1.5.1_linux_i386.tar.gz"
|
||||
MD5SUM="acdf3679b1546ded2e1afaf105d3f8f1"
|
||||
DOWNLOAD_x86_64="https://dl.influxdata.com/kapacitor/releases/kapacitor-1.5.1_linux_amd64.tar.gz"
|
||||
MD5SUM_x86_64="7278693b6d503e870845d1eafd1eaedf"
|
||||
DOWNLOAD="https://dl.influxdata.com/kapacitor/releases/kapacitor-1.5.2_linux_i386.tar.gz"
|
||||
MD5SUM="2212d60012b7ef592dbf43a15d93b1a4"
|
||||
DOWNLOAD_x86_64="https://dl.influxdata.com/kapacitor/releases/kapacitor-1.5.2_linux_amd64.tar.gz"
|
||||
MD5SUM_x86_64="1b7caa428334abe3737ce5eefe58a2c2"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ebben Aries"
|
||||
EMAIL="e@dscp.org"
|
||||
|
|
Loading…
Reference in a new issue