mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
blackbox_exporter: update to 0.24.0.
This commit is contained in:
parent
7e944d1be3
commit
0e9d9dcb09
1 changed files with 8 additions and 7 deletions
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'blackbox_exporter'
|
# Template file for 'blackbox_exporter'
|
||||||
pkgname=blackbox_exporter
|
pkgname=blackbox_exporter
|
||||||
version=0.18.0
|
version=0.24.0
|
||||||
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 github.com/prometheus/common/version.Version=${version}
|
||||||
-X ${go_import_path}/version.Revision=${version}
|
-X github.com/prometheus/common/version.Revision=${version}
|
||||||
-X ${go_import_path}/version.Branch=${version}
|
-X github.com/prometheus/common/version.Branch=${version}
|
||||||
-X ${go_import_path}/version.BuildUser=VoidLinux"
|
-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"
|
short_desc="Allows blackbox probing of endpoints over HTTP, DNS, TCP and ICMP"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://prometheus.io"
|
homepage="https://prometheus.io"
|
||||||
changelog="https://github.com/prometheus/blackbox_exporter/releases"
|
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"
|
||||||
checksum=b41f1301c991c0d0011652e2093588521925d1960c6f7649f96edecbf1aadfb8
|
checksum=bec1bd50679d455f5d411d735a87b0d92c56c3800ed314a1260b6aa8a575a34c
|
||||||
|
|
||||||
system_accounts="_bbox_exporter"
|
system_accounts="_bbox_exporter"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue