influxdb: update to 1.7.1
This commit is contained in:
parent
80bf1ebd7e
commit
668b64399c
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'influxdb'
|
# Template file for 'influxdb'
|
||||||
pkgname=influxdb
|
pkgname=influxdb
|
||||||
version=1.6.4
|
version=1.7.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/influxdata/influxdb
|
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_inspect
|
||||||
${go_import_path}/cmd/influx_stress"
|
${go_import_path}/cmd/influx_stress"
|
||||||
go_ldflags="-X main.version=${version}"
|
go_ldflags="-X main.version=${version}"
|
||||||
hostmakedepends="git go-gdm"
|
hostmakedepends="dep"
|
||||||
system_accounts="_influxdb"
|
system_accounts="_influxdb"
|
||||||
_influxdb_homedir="/var/lib/influxdb"
|
_influxdb_homedir="/var/lib/influxdb"
|
||||||
make_dirs="${_influxdb_homedir} 0755 _influxdb _influxdb"
|
make_dirs="${_influxdb_homedir} 0755 _influxdb _influxdb"
|
||||||
|
@ -21,11 +21,11 @@ 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=391463c9a2d3cb6c42d56089cfbdd6ad2be701d3e9ab1ec14ee5c559548b8f05
|
checksum=c8f8e614bde301e0852e1fbeb7b9a39f758ae335b8f5a6157478082eea9cec77
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cd $GOSRCPATH
|
cd $GOSRCPATH
|
||||||
gdm restore
|
dep ensure
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user