diff options
author | Ebben Aries <earies@dscp.org> | 2024-06-29 16:40:59 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-30 18:01:43 +0700 |
commit | 3a04b2282ecca67c5f780517a58980d5835ca006 (patch) | |
tree | 6cce33905be782b06c6ef7c920d2fb2aebec36cc /system | |
parent | d3f00fb68ac5f866f3ff2926a59b6a02acf29693 (diff) |
system/telegraf: Updated for version 1.31.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/telegraf/telegraf.SlackBuild | 2 | ||||
-rw-r--r-- | system/telegraf/telegraf.info | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/telegraf/telegraf.SlackBuild b/system/telegraf/telegraf.SlackBuild index 1054fde9696ca..6d4d95a5bf234 100644 --- a/system/telegraf/telegraf.SlackBuild +++ b/system/telegraf/telegraf.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=telegraf -VERSION=${VERSION:-1.30.3} +VERSION=${VERSION:-1.31.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/telegraf/telegraf.info b/system/telegraf/telegraf.info index ebfc28e489986..5bebdc6b62fff 100644 --- a/system/telegraf/telegraf.info +++ b/system/telegraf/telegraf.info @@ -1,10 +1,10 @@ PRGNAM="telegraf" -VERSION="1.30.3" +VERSION="1.31.0" HOMEPAGE="https://www.influxdata.com" -DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.30.3_linux_i386.tar.gz" -MD5SUM="2271506a678b3f8a6c004c241443609a" -DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.30.3_linux_amd64.tar.gz" -MD5SUM_x86_64="b246be1b3e0d0167cf9bb9118105983c" +DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.31.0_linux_i386.tar.gz" +MD5SUM="bfc5029d8ef62bb7d4047456af11106e" +DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.31.0_linux_amd64.tar.gz" +MD5SUM_x86_64="b3b54fe89db4d7f30779420703450c0b" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |