system/telegraf: Updated for version 1.29.4

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2024-02-07 13:11:50 -07:00 committed by Willy Sudiarto Raharjo
parent 3c2af0ff42
commit 08d1442778
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-2023 Ebben Aries <slackbuilds@dscp.org>
# Copyright 2017-2024 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.29.2}
VERSION=${VERSION:-1.29.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="telegraf"
VERSION="1.29.2"
VERSION="1.29.4"
HOMEPAGE="https://www.influxdata.com"
DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.29.2_linux_i386.tar.gz"
MD5SUM="9cf0c73eb5d066ed926a56d0c3943737"
DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.29.2_linux_amd64.tar.gz"
MD5SUM_x86_64="e1c6de49a2968680e2aa591bce1395dd"
DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.29.4_linux_i386.tar.gz"
MD5SUM="301c355e144c7bc15fad287b4e8aab53"
DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.29.4_linux_amd64.tar.gz"
MD5SUM_x86_64="121855f0ff424b87e41e67fd59f50d76"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"