chrony_exporter: update to 0.11.0.
This commit is contained in:
parent
55351de6ca
commit
46b0ea435b
|
@ -1,9 +1,11 @@
|
|||
# Template file for 'chrony_exporter'
|
||||
pkgname=chrony_exporter
|
||||
version=0.10.1
|
||||
revision=2
|
||||
version=0.11.0
|
||||
revision=1
|
||||
build_style=go
|
||||
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"
|
||||
short_desc="Prometheus exporter for Chrony NTP"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
|
@ -11,7 +13,7 @@ license="Apache-2.0"
|
|||
homepage="https://github.com/SuperQ/chrony_exporter"
|
||||
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"
|
||||
checksum=93aa56b0fa2b2616b7b3723aa80a3e9e1acf684fe71e55931ef7ce6ca6c28490
|
||||
checksum=3323bde89a4e8cb356956e8fdcb02d2854614ebb87e67a5563427c577090b5d2
|
||||
|
||||
post_install() {
|
||||
vsv chrony_exporter
|
||||
|
|
Loading…
Reference in New Issue