ntpd-rs: update to 1.3.0

This commit is contained in:
tranzystorekk 2024-09-19 20:32:22 +02:00
parent c278791914
commit a38a335c5d
2 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
exec 2>&1
exec chpst -u _ntpd_rs:_ntpd_rs ntp-metrics-exporter

View File

@ -1,6 +1,6 @@
# Template file for 'ntpd-rs'
pkgname=ntpd-rs
version=1.2.3
version=1.3.0
revision=1
build_style=cargo
make_check_args="--
@ -16,7 +16,7 @@ license="Apache-2.0, MIT"
homepage="https://github.com/pendulum-project/ntpd-rs"
changelog="https://raw.githubusercontent.com/pendulum-project/ntpd-rs/main/CHANGELOG.md"
distfiles="https://github.com/pendulum-project/ntpd-rs/archive/refs/tags/v${version}.tar.gz"
checksum=de5c06b3ecde04dd7c19b8ff83450e3c86906059cd0179f2010c0833d4695aef
checksum=f3fd862f1066b5f89473dc1070102566a29bbcc1c4868d087a2cc0cac9849062
system_accounts="_ntpd_rs"
conf_files="/etc/ntpd-rs/ntp.toml"
@ -29,6 +29,7 @@ post_install() {
vinstall ntp.toml 644 etc/ntpd-rs
vlicense LICENSE-MIT
vsv ntpd-rs
vsv ntpd-rs-metrics
for manpage in docs/precompiled/man/*; do
vman ${manpage}