telegraf: update to 1.8.2.
This commit is contained in:
parent
d8738f3db3
commit
d91b2bba3c
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue