diff options
author | Ebben Aries <earies@dscp.org> | 2021-01-29 12:57:31 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-30 10:28:43 +0700 |
commit | 153ed8de4a40b97bf016ecd15b3794cae14aeab1 (patch) | |
tree | 8c48b9b5a33eb67ae7360f6844742eb78953c99b /system/telegraf/telegraf.SlackBuild | |
parent | 241dace157310f262da793e09bcb293c8be4b052 (diff) |
system/telegraf: Updated for version 1.17.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 f757093d5e549..900dee3314cfd 100644 --- a/system/telegraf/telegraf.SlackBuild +++ b/system/telegraf/telegraf.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Telegraf -# Copyright 2017-2020 Ebben Aries <slackbuilds@dscp.org> +# Copyright 2017-2021 Ebben Aries <slackbuilds@dscp.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=telegraf -VERSION=${VERSION:-1.17.0} +VERSION=${VERSION:-1.17.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |