chronograf: update to 1.7.11

This commit is contained in:
Michael Aldridge 2019-05-11 00:31:35 -07:00
parent 479e8fc6d6
commit b6bd198661

View file

@ -1,6 +1,6 @@
# Template file for 'chronograf'
pkgname=chronograf
version=1.7.9
version=1.7.11
revision=1
build_style=go
go_import_path="github.com/influxdata/${pkgname}"
@ -12,7 +12,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="AGPL-3.0"
homepage="https://www.influxdata.com/time-series-platform/chronograf/"
distfiles="https://github.com/influxdata/${pkgname}/archive/${version}.tar.gz"
checksum=d95e1956e64c4811fc83c0f3e0254e9569ffcd7ab97986930993b76721eabeae
checksum=576e24ab31f3134edaf72651fa288eb4e6f1461662730a57af63096a088d0664
system_accounts="_chronograf"
_chronograf_homedir="/var/lib/${pkgname}"
@ -23,9 +23,6 @@ case "$XBPS_TARGET_MACHINE" in
esac
pre_build() {
cd $GOSRCPATH
dep ensure
cd $wrksrc/ui
yarn install
export PATH=$PATH:${wrksrc}/ui/node_modules/.bin