blackbox_exporter: update to 0.13.0.
This commit is contained in:
parent
ec3390cb20
commit
2557eb2d92
1 changed files with 5 additions and 4 deletions
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'blackbox_exporter'
|
# Template file for 'blackbox_exporter'
|
||||||
pkgname=blackbox_exporter
|
pkgname=blackbox_exporter
|
||||||
version=0.12.0
|
version=0.13.0
|
||||||
revision=4
|
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}
|
||||||
-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"
|
||||||
|
hostmakedepends="git"
|
||||||
short_desc="Allows blackbox probing of endpoints over HTTP, DNS, TCP and ICMP"
|
short_desc="Allows blackbox probing of endpoints over HTTP, DNS, TCP and ICMP"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://prometheus.io"
|
homepage="https://prometheus.io"
|
||||||
|
changelog="https://github.com/prometheus/blackbox_exporter/releases"
|
||||||
distfiles="https://github.com/prometheus/blackbox_exporter/archive/v${version}.tar.gz"
|
distfiles="https://github.com/prometheus/blackbox_exporter/archive/v${version}.tar.gz"
|
||||||
#changelog="https://github.com/prometheus/blackbox_exporter/releases"
|
checksum=c89563637647f456472f45e135ee482d8d2a40b8700ffb177f9e700017746006
|
||||||
checksum=8d5c2236b555af0c1ef00e6973f1aac76a38bbb5220aa6a39c1837a9b29e2a50
|
|
||||||
|
|
||||||
system_accounts="_bbox_exporter"
|
system_accounts="_bbox_exporter"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue