system/telegraf: Updated for version 1.8.2.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Ebben Aries 2018-10-20 21:21:20 +01:00 committed by Willy Sudiarto Raharjo
parent 48aa2a7deb
commit fd08f16b02
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.8.1}
VERSION=${VERSION:-1.8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="telegraf"
VERSION="1.8.1"
VERSION="1.8.2"
HOMEPAGE="https://www.influxdata.com"
DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.8.1_linux_i386.tar.gz"
MD5SUM="d522ca3e359df0243993d698e64f1b4c"
DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.8.1_linux_amd64.tar.gz"
MD5SUM_x86_64="722ad1168426c509cc34f5b98b5c4815"
DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.8.2_linux_i386.tar.gz"
MD5SUM="3cc1d35354fe154dd75df937cf4316b5"
DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.8.2_linux_amd64.tar.gz"
MD5SUM_x86_64="c1875593d9b99b81447a4f97149969e4"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="e@dscp.org"