blackbox_exporter: update to 0.9.1.

This commit is contained in:
Toyam Cox 2017-10-08 14:58:55 -04:00
parent 9a3b874ac8
commit cc42eefb56
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'blackbox_exporter' # Template file for 'blackbox_exporter'
pkgname=blackbox_exporter pkgname=blackbox_exporter
version=0.8.1 version=0.9.1
revision=3 revision=1
build_style=go build_style=go
go_import_path="github.com/prometheus/blackbox_exporter" go_import_path="github.com/prometheus/blackbox_exporter"
go_ldflags="-X ${go_import_path}/version.Version=${version} go_ldflags="-X ${go_import_path}/version.Version=${version}
@ -13,7 +13,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://prometheus.io" homepage="https://prometheus.io"
distfiles="https://github.com/prometheus/blackbox_exporter/archive/v${version}.tar.gz" distfiles="https://github.com/prometheus/blackbox_exporter/archive/v${version}.tar.gz"
checksum=6a9abef7575fc666c0c456f95e9d0410600e0832e679f8bed8c2069345d60d7e checksum=7529d34e28f6c8633adc4ed8101f956b288936b0889c7b4bb155f98f820ba690
system_accounts="_bbox_exporter" system_accounts="_bbox_exporter"