diff options
author | Ebben Aries <earies@dscp.org> | 2022-12-02 08:52:10 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-03 09:09:23 +0700 |
commit | 7f3142966e46c8da0d3f798aef0cf4c67a2e86f0 (patch) | |
tree | 186d80ef5b76812a0a54098078191716e446f146 /system/telegraf | |
parent | b0e97ace99a6dfcb693191f53bdb0efe624cf3af (diff) |
system/telegraf: Updated for version 1.24.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/telegraf')
-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 6d02b7dd5430..3a101e7b75f7 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.24.3} +VERSION=${VERSION:-1.24.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/telegraf/telegraf.info b/system/telegraf/telegraf.info index f3afea66f286..3b24544f72d4 100644 --- a/system/telegraf/telegraf.info +++ b/system/telegraf/telegraf.info @@ -1,10 +1,10 @@ PRGNAM="telegraf" -VERSION="1.24.3" +VERSION="1.24.4" HOMEPAGE="https://www.influxdata.com" -DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.24.3_linux_i386.tar.gz" -MD5SUM="e177ac3f558cd923f1ce8f9fa282ae7e" -DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.24.3_linux_amd64.tar.gz" -MD5SUM_x86_64="f0c7f56038ace5d2fa7d6b12cf630696" +DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.24.4_linux_i386.tar.gz" +MD5SUM="a61006f23c2462ab5878db765cde7ba4" +DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.24.4_linux_amd64.tar.gz" +MD5SUM_x86_64="6850fcfb2d5006b952eaff1dc83b8fc1" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |