system/telegraf: Updated for version 1.25.2

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2023-02-15 14:30:39 -07:00 committed by Willy Sudiarto Raharjo
parent 7aedb6a24d
commit 5d2f6ad3ed
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for Telegraf
# Copyright 2017-2022 Ebben Aries <slackbuilds@dscp.org>
# Copyright 2017-2023 Ebben Aries <slackbuilds@dscp.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=telegraf
VERSION=${VERSION:-1.25.1}
VERSION=${VERSION:-1.25.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="telegraf"
VERSION="1.25.1"
VERSION="1.25.2"
HOMEPAGE="https://www.influxdata.com"
DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.25.1_linux_i386.tar.gz"
MD5SUM="673b2ad00e1a9818408df6b30a833f24"
DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.25.1_linux_amd64.tar.gz"
MD5SUM_x86_64="168ba31eb2d1c193ee94599a625c08db"
DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.25.2_linux_i386.tar.gz"
MD5SUM="63903205cdde59be3af516a763b8c651"
DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.25.2_linux_amd64.tar.gz"
MD5SUM_x86_64="8bb3614c81eb9c0b219e90d53379b0e2"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"