chronograf: update to 1.7.11
This commit is contained in:
parent
479e8fc6d6
commit
b6bd198661
1 changed files with 2 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'chronograf'
|
# Template file for 'chronograf'
|
||||||
pkgname=chronograf
|
pkgname=chronograf
|
||||||
version=1.7.9
|
version=1.7.11
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/influxdata/${pkgname}"
|
go_import_path="github.com/influxdata/${pkgname}"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
license="AGPL-3.0"
|
license="AGPL-3.0"
|
||||||
homepage="https://www.influxdata.com/time-series-platform/chronograf/"
|
homepage="https://www.influxdata.com/time-series-platform/chronograf/"
|
||||||
distfiles="https://github.com/influxdata/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/influxdata/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=d95e1956e64c4811fc83c0f3e0254e9569ffcd7ab97986930993b76721eabeae
|
checksum=576e24ab31f3134edaf72651fa288eb4e6f1461662730a57af63096a088d0664
|
||||||
|
|
||||||
system_accounts="_chronograf"
|
system_accounts="_chronograf"
|
||||||
_chronograf_homedir="/var/lib/${pkgname}"
|
_chronograf_homedir="/var/lib/${pkgname}"
|
||||||
|
@ -23,9 +23,6 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cd $GOSRCPATH
|
|
||||||
dep ensure
|
|
||||||
|
|
||||||
cd $wrksrc/ui
|
cd $wrksrc/ui
|
||||||
yarn install
|
yarn install
|
||||||
export PATH=$PATH:${wrksrc}/ui/node_modules/.bin
|
export PATH=$PATH:${wrksrc}/ui/node_modules/.bin
|
||||||
|
|
Loading…
Reference in a new issue