system/telegraf: Updated for version 1.17.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
241dace157
commit
153ed8de4a
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Telegraf
|
||||
|
||||
# Copyright 2017-2020 Ebben Aries <slackbuilds@dscp.org>
|
||||
# Copyright 2017-2021 Ebben Aries <slackbuilds@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=telegraf
|
||||
VERSION=${VERSION:-1.17.0}
|
||||
VERSION=${VERSION:-1.17.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="telegraf"
|
||||
VERSION="1.17.0"
|
||||
VERSION="1.17.2"
|
||||
HOMEPAGE="https://www.influxdata.com"
|
||||
DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.17.0_linux_i386.tar.gz"
|
||||
MD5SUM="0684a117701459f8daad360c968bd06e"
|
||||
DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.17.0_linux_amd64.tar.gz"
|
||||
MD5SUM_x86_64="affb23aa247add436dcff9d39265238c"
|
||||
DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.17.2_linux_i386.tar.gz"
|
||||
MD5SUM="d50f02f553951e5aab940e437d89f7d3"
|
||||
DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.17.2_linux_amd64.tar.gz"
|
||||
MD5SUM_x86_64="061e57ea4ed999334eb9ef031338d8b8"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ebben Aries"
|
||||
EMAIL="slackbuilds@dscp.org"
|
||||
|
|
Loading…
Reference in New Issue