telegraf: update to 1.5.0

This commit is contained in:
Michael Aldridge 2017-12-20 20:53:05 -08:00
parent dafa9a4ace
commit fc9d63633e
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'telegraf'
pkgname=telegraf
version=1.4.3
revision=2
version=1.5.0
revision=1
build_style="go"
go_import_path="github.com/influxdata/telegraf"
go_package="${go_import_path}/cmd/telegraf"
@ -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=5c4833a2dbaddf3fa55b90a971b804934934f097c9c7d502615044853e472617
checksum=56fc495bf2d2e1d9ff55e05896b15617f5e552bb7626a7c95c4a8922ef723c34
pre_build() {
cd $GOSRCPATH