system/telegraf: Updated for version 1.21.3

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2022-01-28 17:04:54 -07:00 committed by Willy Sudiarto Raharjo
parent 444f29057d
commit a5aa61e1a3
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.21.2}
VERSION=${VERSION:-1.21.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="telegraf"
VERSION="1.21.2"
VERSION="1.21.3"
HOMEPAGE="https://www.influxdata.com"
DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.21.2_linux_i386.tar.gz"
MD5SUM="f0a5828353b94b0878d1e830f465f19c"
DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.21.2_linux_amd64.tar.gz"
MD5SUM_x86_64="7400c9ef5e1ada3c2be5fa5a27ddb3a9"
DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.21.3_linux_i386.tar.gz"
MD5SUM="f5755325d688b741f0ca192bdc6384d7"
DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.21.3_linux_amd64.tar.gz"
MD5SUM_x86_64="4da2c6f1ed2a23e8eb10038caf223f25"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"