influxdb: update to 1.7.1

This commit is contained in:
Michael Aldridge 2018-11-16 00:23:18 -08:00
parent 80bf1ebd7e
commit 668b64399c
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'influxdb'
pkgname=influxdb
version=1.6.4
version=1.7.1
revision=1
build_style=go
go_import_path=github.com/influxdata/influxdb
@ -10,7 +10,7 @@ go_package="${go_import_path}/cmd/influx
${go_import_path}/cmd/influx_inspect
${go_import_path}/cmd/influx_stress"
go_ldflags="-X main.version=${version}"
hostmakedepends="git go-gdm"
hostmakedepends="dep"
system_accounts="_influxdb"
_influxdb_homedir="/var/lib/influxdb"
make_dirs="${_influxdb_homedir} 0755 _influxdb _influxdb"
@ -21,11 +21,11 @@ license="MIT"
homepage="https://influxdata.com/time-series-platform/influxdb/"
changelog="https://raw.githubusercontent.com/influxdata/influxdb/master/CHANGELOG.md"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=391463c9a2d3cb6c42d56089cfbdd6ad2be701d3e9ab1ec14ee5c559548b8f05
checksum=c8f8e614bde301e0852e1fbeb7b9a39f758ae335b8f5a6157478082eea9cec77
pre_build() {
cd $GOSRCPATH
gdm restore
dep ensure
}
post_install() {