Skip to content

Commit

Permalink
blackbox_exporter: update to 0.24.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zdykstra authored and Vaelatern committed Jan 9, 2024
1 parent 7e944d1 commit 0e9d9dc
Showing 1 changed file with 8 additions and 7 deletions.
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

0 comments on commit 0e9d9dc

Please sign in to comment.