diff options
Diffstat (limited to 'system/telegraf/telegraf.SlackBuild')
-rw-r--r-- | system/telegraf/telegraf.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/telegraf/telegraf.SlackBuild b/system/telegraf/telegraf.SlackBuild index d4b23b4f39dfc..085eaa2bf495a 100644 --- a/system/telegraf/telegraf.SlackBuild +++ b/system/telegraf/telegraf.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Telegraf -# Copyright 2017-2021 Ebben Aries <slackbuilds@dscp.org> +# Copyright 2017-2022 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.23.4} +VERSION=${VERSION:-1.24.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |