system/telegraf: Updated for version 1.19.3

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2021-09-04 17:11:01 -06:00 committed by Willy Sudiarto Raharjo
parent 7c16d84168
commit 594147a2a2
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=telegraf
VERSION=${VERSION:-1.19.2}
VERSION=${VERSION:-1.19.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="telegraf"
VERSION="1.19.2"
VERSION="1.19.3"
HOMEPAGE="https://www.influxdata.com"
DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.19.2_linux_i386.tar.gz"
MD5SUM="db6f27187fc023e54fc1a80de12caf3c"
DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.19.2_linux_amd64.tar.gz"
MD5SUM_x86_64="ade22628d388db6c689e15bb5bf371c5"
DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.19.3_linux_i386.tar.gz"
MD5SUM="3bb472af2a148b4270e9e4633358510a"
DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.19.3_linux_amd64.tar.gz"
MD5SUM_x86_64="088c5b63de577b5e62af509b9b1c1369"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"