mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
chrony_exporter: update to 0.11.0.
This commit is contained in:
parent
55351de6ca
commit
46b0ea435b
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,11 @@
|
||||||
# Template file for 'chrony_exporter'
|
# Template file for 'chrony_exporter'
|
||||||
pkgname=chrony_exporter
|
pkgname=chrony_exporter
|
||||||
version=0.10.1
|
version=0.11.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/superq/chrony_exporter"
|
go_import_path="github.com/superq/chrony_exporter"
|
||||||
|
go_ldflags="-X github.com/prometheus/common/version.Version=${version}
|
||||||
|
-X github.com/prometheus/common/version.Branch=main"
|
||||||
depends="chrony"
|
depends="chrony"
|
||||||
short_desc="Prometheus exporter for Chrony NTP"
|
short_desc="Prometheus exporter for Chrony NTP"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
@ -11,7 +13,7 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/SuperQ/chrony_exporter"
|
homepage="https://github.com/SuperQ/chrony_exporter"
|
||||||
changelog="https://raw.githubusercontent.com/SuperQ/chrony_exporter/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/SuperQ/chrony_exporter/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/SuperQ/chrony_exporter/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/SuperQ/chrony_exporter/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=93aa56b0fa2b2616b7b3723aa80a3e9e1acf684fe71e55931ef7ce6ca6c28490
|
checksum=3323bde89a4e8cb356956e8fdcb02d2854614ebb87e67a5563427c577090b5d2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv chrony_exporter
|
vsv chrony_exporter
|
||||||
|
|
Loading…
Add table
Reference in a new issue