mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
alertmanager: update to 0.15.0.
This commit is contained in:
parent
8e5bd36c95
commit
417a95ac53
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'alertmanager'
|
# Template file for 'alertmanager'
|
||||||
pkgname=alertmanager
|
pkgname=alertmanager
|
||||||
version=0.14.0
|
version=0.15.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/prometheus/alertmanager"
|
go_import_path="github.com/prometheus/alertmanager"
|
||||||
go_package="${go_import_path}/cmd/alertmanager ${go_import_path}/cmd/amtool"
|
go_package="${go_import_path}/cmd/alertmanager ${go_import_path}/cmd/amtool"
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/prometheus/alertmanager"
|
homepage="https://github.com/prometheus/alertmanager"
|
||||||
distfiles="https://github.com/prometheus/alertmanager/archive/v${version}.tar.gz"
|
distfiles="https://github.com/prometheus/alertmanager/archive/v${version}.tar.gz"
|
||||||
checksum=f25bd1dad2eb3e050f1208650571195194b0c2362c488a7ad5ca60f40ca866ac
|
checksum=69694bd32d1159eef8eaace6c65fb2f683cde607e98c663bfdc4bf158a679de8
|
||||||
|
|
||||||
system_accounts="_alertmanager"
|
system_accounts="_alertmanager"
|
||||||
make_dirs="/var/lib/alertmanager 700 _alertmanager _alertmanager"
|
make_dirs="/var/lib/alertmanager 700 _alertmanager _alertmanager"
|
||||||
|
|
Loading…
Add table
Reference in a new issue