system/telegraf: Updated for version 1.10.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2019-04-19 22:40:27 +07:00 committed by Willy Sudiarto Raharjo
parent 873cfe960c
commit 73aa594b93
2 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=telegraf
VERSION=${VERSION:-1.10.2}
VERSION=${VERSION:-1.10.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="telegraf"
VERSION="1.10.2"
VERSION="1.10.3"
HOMEPAGE="https://www.influxdata.com"
DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.10.2_linux_i386.tar.gz"
MD5SUM="ebebdf45720be5e6099348d2375694da"
DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.10.2_linux_amd64.tar.gz"
MD5SUM_x86_64="b1481fa22064e6c07107eaeb2ecf07f7"
DOWNLOAD="https://dl.influxdata.com/telegraf/releases/telegraf-1.10.3_linux_i386.tar.gz"
MD5SUM="e852bcec458d4c4fe2b2c85047f3e005"
DOWNLOAD_x86_64="https://dl.influxdata.com/telegraf/releases/telegraf-1.10.3_linux_amd64.tar.gz"
MD5SUM_x86_64="13c8f510f0758f3516870ec988bbf36b"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="e@dscp.org"