mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
prometheus: update to 2.38.0.
This commit is contained in:
parent
384f539094
commit
be60408845
1 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue