prometheus: update to 2.24.1
This commit is contained in:
parent
8ddfda9ee1
commit
9549f7c5b4
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'prometheus'
|
||||
pkgname=prometheus
|
||||
version=2.21.0
|
||||
version=2.24.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/prometheus/prometheus"
|
||||
|
@ -16,8 +16,9 @@ short_desc="Monitoring system and time series database"
|
|||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://prometheus.io/"
|
||||
changelog="https://raw.githubusercontent.com/prometheus/prometheus/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/prometheus/prometheus/archive/v${version}.tar.gz"
|
||||
checksum=afafed1be631a53ada60e2b2f12cfdb51dcaee5e539fb65e9983f3276c99f5af
|
||||
checksum=9e08bacde869c6c4b68a9e34c7074b812be1391b33d033d3072a5e1ad2debd87
|
||||
|
||||
system_accounts="_prometheus"
|
||||
|
||||
|
@ -28,7 +29,6 @@ pre_build() {
|
|||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vlicense NOTICE
|
||||
vmkdir etc/prometheus
|
||||
vmkdir usr/share/doc/prometheus
|
||||
|
|
Loading…
Reference in New Issue