prometheus: update to 2.3.1 (#197)
This commit is contained in:
parent
34295c6a7b
commit
b7596fc228
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'prometheus'
|
||||
pkgname=prometheus
|
||||
version=2.2.1
|
||||
revision=3
|
||||
version=2.3.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/prometheus/prometheus"
|
||||
go_package="github.com/prometheus/prometheus/cmd/prometheus github.com/prometheus/prometheus/cmd/promtool"
|
||||
|
@ -11,11 +11,11 @@ go_ldflags="-X ${go_import_path}/version.Version=${version}
|
|||
-X ${go_import_path}/version.BuildUser=VoidLinux"
|
||||
conf_files="/etc/prometheus/prometheus.yml"
|
||||
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
||||
short_desc="Monitoring system and time series database"
|
||||
license="Apache-2.0"
|
||||
homepage="https://prometheus.io/"
|
||||
short_desc="Monitoring system and time series database"
|
||||
distfiles="https://github.com/prometheus/prometheus/archive/v${version}.tar.gz"
|
||||
checksum=4f75427449bb72d1886f6cd46f752fe6300242da48b8bb870dbbd7ffc879ed92
|
||||
checksum=3aab85d3cb59540b6b43f5a80b14d13937fc0d51e8e82a29f0efebf6addd5f75
|
||||
|
||||
system_accounts="_prometheus"
|
||||
|
||||
|
|
Loading…
Reference in a new issue