Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prometheus: update to 2.13.0 #15235

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions srcpkgs/prometheus/template
@@ -1,6 +1,6 @@
# Template file for 'prometheus'
pkgname=prometheus
version=2.12.0
version=2.13.0
revision=1
build_style=go
go_import_path="github.com/prometheus/prometheus"
Expand All @@ -15,14 +15,13 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="Apache-2.0"
homepage="https://prometheus.io/"
distfiles="https://github.com/prometheus/prometheus/archive/v${version}.tar.gz"
checksum=9bd9ae6df02777a9ba3f6f544338865861decabd02054aa64975449bd6009e5a
checksum=0a11ecc28989ad984af551a5426e9989aa1ca628fc2e875bb913af445ab38288

system_accounts="_prometheus"

make_dirs="/var/lib/prometheus 700 _prometheus _prometheus"

post_install() {
vlicense LICENSE
vlicense NOTICE
vmkdir etc/prometheus
vmkdir usr/share/doc/prometheus
Expand Down