telegraf: update to 1.8.2.

This commit is contained in:
maxice8 2018-10-18 00:59:01 -03:00 committed by Enno Boland
parent d8738f3db3
commit d91b2bba3c

View file

@ -1,9 +1,9 @@
# Template file for 'telegraf'
pkgname=telegraf
version=1.8.1
version=1.8.2
revision=1
build_style="go"
go_import_path="github.com/influxdata/telegraf"
build_style=go
go_import_path=github.com/influxdata/telegraf
go_package="${go_import_path}/cmd/telegraf"
go_ldflags="-X main.version=${version}"
hostmakedepends="dep"
@ -13,7 +13,7 @@ maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
license="MIT"
homepage="https://www.influxdata.com/time-series-platform/telegraf/"
distfiles="https://github.com/influxdata/${pkgname}/archive/${version}.tar.gz"
checksum=589d037c610d3c99860c175612df02d9070f540eac12e7d2c6fd54e354d39105
checksum=498256f582bd90d30531c3a531b076dbf896b7298d795f0c01f8a6c315258ba5
pre_build() {
cd $GOSRCPATH