Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blackbox_exporter: update to 0.24.0. #48135

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 8 additions & 7 deletions srcpkgs/blackbox_exporter/template
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# Template file for 'blackbox_exporter'
pkgname=blackbox_exporter
version=0.18.0
revision=3
version=0.24.0
revision=1
build_style=go
go_import_path="github.com/prometheus/blackbox_exporter"
go_ldflags="-X ${go_import_path}/version.Version=${version}
-X ${go_import_path}/version.Revision=${version}
-X ${go_import_path}/version.Branch=${version}
-X ${go_import_path}/version.BuildUser=VoidLinux"
go_ldflags="-X github.com/prometheus/common/version.Version=${version}
-X github.com/prometheus/common/version.Revision=${version}
-X github.com/prometheus/common/version.Branch=${version}
-X github.com/prometheus/common/version.BuildDate=$(date --date "@$SOURCE_DATE_EPOCH" "+%Y%m%d-%H:%M:%S")
-X github.com/prometheus/common/version.BuildUser=VoidLinux"
short_desc="Allows blackbox probing of endpoints over HTTP, DNS, TCP and ICMP"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="Apache-2.0"
homepage="https://prometheus.io"
changelog="https://github.com/prometheus/blackbox_exporter/releases"
distfiles="https://github.com/prometheus/blackbox_exporter/archive/v${version}.tar.gz"
checksum=b41f1301c991c0d0011652e2093588521925d1960c6f7649f96edecbf1aadfb8
checksum=bec1bd50679d455f5d411d735a87b0d92c56c3800ed314a1260b6aa8a575a34c

system_accounts="_bbox_exporter"

Expand Down