system/telegraf: Updated for version 1.12.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2019-10-05 05:54:11 +07:00 committed by Willy Sudiarto Raharjo
parent 317ee8887a
commit bcd7bdddb9
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=telegraf
VERSION=${VERSION:-1.12.1}
VERSION=${VERSION:-1.12.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="telegraf"
VERSION="1.12.1"
VERSION="1.12.2"
HOMEPAGE="https://www.influxdata.com"
DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.12.1_linux_i386.tar.gz"
MD5SUM="5cefe0e31db3e5b5e919c95977ad0493"
DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.12.1_linux_amd64.tar.gz"
MD5SUM_x86_64="d8d96d83c54a1c1a45720b2bd4093a63"
DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.12.2_linux_i386.tar.gz"
MD5SUM="da5ffba06604f234fb15e343a1be115e"
DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.12.2_linux_amd64.tar.gz"
MD5SUM_x86_64="0240ba1a1d6bfcb2ec4d17fbd2a15777"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="e@dscp.org"