telegraf: update to 1.9.2.
This commit is contained in:
parent
904942b961
commit
eeddb2f9b4
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'telegraf'
|
# Template file for 'telegraf'
|
||||||
pkgname=telegraf
|
pkgname=telegraf
|
||||||
version=1.9.1
|
version=1.9.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/influxdata/telegraf
|
go_import_path=github.com/influxdata/telegraf
|
||||||
go_package="${go_import_path}/cmd/telegraf"
|
go_package="${go_import_path}/cmd/telegraf"
|
||||||
go_ldflags="-X main.version=${version}"
|
go_ldflags="-X main.version=${version}"
|
||||||
hostmakedepends="dep"
|
hostmakedepends="dep"
|
||||||
system_accounts="_telegraf"
|
short_desc="Plugin-driven server agent for collecting & reporting metrics"
|
||||||
short_desc="The plugin-driven server agent for collecting & reporting metrics"
|
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://www.influxdata.com/time-series-platform/telegraf/"
|
homepage="https://www.influxdata.com/time-series-platform/telegraf/"
|
||||||
distfiles="https://github.com/influxdata/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/influxdata/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=27ce44eb3f5153e0e3eba4609262a746586d866a1ca5f17c5a77e12596e513e4
|
checksum=5992900ca2bc697727c05fb9d080783d256649099110e7415a11bf9210e2feef
|
||||||
|
system_accounts="_telegraf"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cd $GOSRCPATH
|
cd $GOSRCPATH
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue