diff options
author | Ebben Aries <e@dscp.org> | 2020-02-15 08:49:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-15 08:49:15 +0700 |
commit | 4489a70997e85db3c90ad32530c5d257827d5c1d (patch) | |
tree | 6b2c8cc2716cfac57f155b0ff02cb0ca8a784401 /system/telegraf/telegraf.SlackBuild | |
parent | bb77a2a5b74a090a24dc4bc8214524850ab08a4b (diff) |
system/telegraf: Updated for version 1.13.3.
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 27042477ccc26..9da412809ff29 100644 --- a/system/telegraf/telegraf.SlackBuild +++ b/system/telegraf/telegraf.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Telegraf -# Copyright 2017-2019 Ebben Aries <e@dscp.org> +# Copyright 2017-2020 Ebben Aries <e@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.13.2} +VERSION=${VERSION:-1.13.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |