prometheus: update to 2.38.0.

This commit is contained in:
Michal Vasilek 2022-08-18 23:48:02 +02:00 committed by Toyam Cox
parent 384f539094
commit be60408845

View file

@ -1,6 +1,6 @@
# Template file for 'prometheus'
pkgname=prometheus
version=2.33.1
version=2.38.0
revision=1
build_style=go
go_import_path="github.com/prometheus/prometheus"
@ -18,14 +18,14 @@ 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=a3ec7bde701b0663e706c718ea58722544c4a3bbb902d89cf64d3b7f34523ad5
checksum=311f9f2f867ee0f2bef5c8227bbf672edf4037b6fd5e036c45ed7e947d61c375
system_accounts="_prometheus"
make_dirs="/var/lib/prometheus 700 _prometheus _prometheus"
pre_build() {
CGO_ENABLED=0 GOARCH= make assets
CGO_ENABLED=0 GOARCH= make assets assets-compress
}
post_install() {