diff options
author | Ebben Aries <e@dscp.org> | 2019-02-15 19:33:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-15 19:33:44 +0700 |
commit | af22a7dc97fa6a89c3a0945ad55e7d9f0a3ccda1 (patch) | |
tree | e0ac574da43ff6a0fa29edb95011230db9c8202a /system/telegraf/telegraf.SlackBuild | |
parent | d5eda3b4e6a424a5d7508bc17b15b030e9da9185 (diff) |
system/telegraf: Updated for version 1.9.4.
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 d36d45b28d93b..c5b5fc42ac418 100644 --- a/system/telegraf/telegraf.SlackBuild +++ b/system/telegraf/telegraf.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Telegraf -# Copyright 2017, 2018 Ebben Aries <e@dscp.org> +# Copyright 2017-2019 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.9.3} +VERSION=${VERSION:-1.9.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |