influxdb: update to 1.6.2

This commit is contained in:
Michael Aldridge 2018-08-29 16:55:23 -07:00
parent 362924192d
commit 442114316c
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'influxdb' # Template file for 'influxdb'
pkgname=influxdb pkgname=influxdb
version=1.6.1 version=1.6.2
revision=2 revision=1
build_style=go build_style=go
go_import_path=github.com/influxdata/influxdb go_import_path=github.com/influxdata/influxdb
go_package="${go_import_path}/cmd/influx go_package="${go_import_path}/cmd/influx
@ -21,7 +21,7 @@ license="MIT"
homepage="https://influxdata.com/time-series-platform/influxdb/" homepage="https://influxdata.com/time-series-platform/influxdb/"
changelog="https://raw.githubusercontent.com/influxdata/influxdb/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/influxdata/influxdb/master/CHANGELOG.md"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz" distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=3e56e9c0fb4fd2669f9d63d70a46a95de27c044ed6137f1806c54aeccc489e84 checksum=10184f858bc2ace0f21636bf00ebe17e969e0063861c7be667647dd6410bf861
pre_build() { pre_build() {
cd $GOSRCPATH cd $GOSRCPATH