alertmanager: update to 0.16.1.

This commit is contained in:
Toyam Cox 2019-02-05 17:56:41 -05:00
parent 8774b0d252
commit 1421e0fb15

View file

@ -1,7 +1,7 @@
# Template file for 'alertmanager' # Template file for 'alertmanager'
pkgname=alertmanager pkgname=alertmanager
version=0.15.3 version=0.16.1
revision=2 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.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=2fa492e8d54efeedf3463435c14ac061fcf58816b5a3b431acbbde1ddfd543c6 checksum=bbfa3a87dc7ac290a08708e0acae6b342d9ff56cb7595cf8e69905ac1745b7bd
system_accounts="_alertmanager" system_accounts="_alertmanager"
make_dirs="/var/lib/alertmanager 700 _alertmanager _alertmanager" make_dirs="/var/lib/alertmanager 700 _alertmanager _alertmanager"