influxdb: update to 1.7.4.

This commit is contained in:
maxice8 2019-02-17 07:46:56 -03:00 committed by maxice8
parent 36aa27e27d
commit 428fc74a3f

View file

@ -1,6 +1,6 @@
# Template file for 'influxdb'
pkgname=influxdb
version=1.7.3
version=1.7.4
revision=1
build_style=go
go_import_path=github.com/influxdata/influxdb
@ -11,17 +11,18 @@ go_package="${go_import_path}/cmd/influx
${go_import_path}/cmd/influx_stress"
go_ldflags="-X main.version=${version}"
hostmakedepends="dep"
system_accounts="_influxdb"
_influxdb_homedir="/var/lib/influxdb"
make_dirs="${_influxdb_homedir} 0755 _influxdb _influxdb"
conf_files="/etc/${pkgname}/${pkgname}.conf"
short_desc="Scalable datastore for metrics, events, and real-time analytics"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
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=c3dc00f209cca8b9b742ddeffdd6ad0017afa992e6a7fc9279503f2a87e8ee65
checksum=503b03e74a18d6f77ad3948efc04ec5cadc37f7db15307487260555abf901c98
system_accounts="_influxdb"
_influxdb_homedir="/var/lib/influxdb"
make_dirs="${_influxdb_homedir} 0755 _influxdb _influxdb"
conf_files="/etc/${pkgname}/${pkgname}.conf"
pre_build() {
cd $GOSRCPATH