grafana: update to 7.0.1.
This commit is contained in:
parent
5a1dfef2b1
commit
7a46f8eb4e
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'grafana'
|
||||
pkgname=grafana
|
||||
version=6.3.5
|
||||
version=7.0.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/grafana/grafana
|
||||
go_package="${go_import_path}/pkg/cmd/grafana-cli ${go_import_path}/pkg/cmd/grafana-server"
|
||||
hostmakedepends="nodejs-lts-10 tar yarn"
|
||||
hostmakedepends="nodejs-lts tar yarn"
|
||||
short_desc="Open platform for beautiful analytics and monitoring"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://grafana.com"
|
||||
distfiles="https://github.com/grafana/grafana/archive/v${version}.tar.gz"
|
||||
checksum=193974115bf868272dbff08e53fdc0c97af3a07a24758390178ce53e5c9e179b
|
||||
checksum=e11286c87c7ffe8f19d3631a4044d8d9e4378fcd5a512b2e9ee4c0f276b1b388
|
||||
|
||||
system_accounts="_grafana"
|
||||
_grafana_homedir="/var/lib/grafana"
|
||||
|
|
Loading…
Reference in New Issue