alertmanager: update to 0.20.0

This commit is contained in:
Anjandev Momi 2020-01-29 23:11:38 -08:00 committed by Helmut Pozimski
parent 3714246730
commit 64bf1498f6

View file

@ -1,6 +1,6 @@
# Template file for 'alertmanager' # Template file for 'alertmanager'
pkgname=alertmanager pkgname=alertmanager
version=0.19.0 version=0.20.0
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/prometheus/alertmanager" go_import_path="github.com/prometheus/alertmanager"
@ -9,13 +9,13 @@ go_ldflags="-X ${go_import_path}/version.Version=${version}
-X ${go_import_path}/version.Revision=${version} -X ${go_import_path}/version.Revision=${version}
-X ${go_import_path}/version.Branch=${version} -X ${go_import_path}/version.Branch=${version}
-X ${go_import_path}/version.BuildUser=VoidLinux" -X ${go_import_path}/version.BuildUser=VoidLinux"
short_desc="Handles alerts sent by client applications such as the Prometheus server" short_desc="Handles alerts sent by client applications ie. Prometheus server"
conf_files="/etc/alertmanager.yml" conf_files="/etc/alertmanager.yml"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>" maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
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=4730664f746173f89804df43b3f608cac030e79baae165d6d99df472eb52d36a checksum=4789ef95b09ba86a66a2923c3535d1bfe30a566390770784c52052c7c83ee1bc
system_accounts="_alertmanager" system_accounts="_alertmanager"
make_dirs="/var/lib/alertmanager 700 _alertmanager _alertmanager" make_dirs="/var/lib/alertmanager 700 _alertmanager _alertmanager"