Browse Source
system/telegraf: Updated for version 1.21.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/166/head
Ebben Aries
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
6 additions and
6 deletions
-
system/telegraf/telegraf.SlackBuild
-
system/telegraf/telegraf.info
|
|
@ -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} |
|
|
|
|
|
@ -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" |