mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
testing/ntpd-rs: upgrade to 1.5.0
https://github.com/pendulum-project/ntpd-rs/releases/tag/v1.5.0 https://github.com/pendulum-project/ntpd-rs/releases/tag/v1.6.0
This commit is contained in:
parent
b074deff6a
commit
4d6f5d4bc1
1 changed files with 9 additions and 5 deletions
|
@ -1,13 +1,17 @@
|
||||||
# Contributor: fossdd <fossdd@pwned.life>
|
maintainer="fossdd <fossdd@pwned.life>"
|
||||||
# Maintainer: fossdd <fossdd@pwned.life>
|
|
||||||
pkgname=ntpd-rs
|
pkgname=ntpd-rs
|
||||||
pkgver=1.4.0
|
pkgver=1.6.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Full-featured implementation of the Network Time Protocol, including NTS support"
|
pkgdesc="Full-featured implementation of the Network Time Protocol, including NTS support"
|
||||||
url="https://docs.ntpd-rs.pendulum-project.org/"
|
url="https://docs.ntpd-rs.pendulum-project.org/"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="Apache-2.0 OR MIT"
|
license="Apache-2.0 OR MIT"
|
||||||
makedepends="cargo-auditable"
|
makedepends="
|
||||||
|
cargo-auditable
|
||||||
|
clang-libclang
|
||||||
|
cmake
|
||||||
|
samurai
|
||||||
|
"
|
||||||
install="$pkgname.pre-install"
|
install="$pkgname.pre-install"
|
||||||
subpackages="$pkgname-openrc $pkgname-doc"
|
subpackages="$pkgname-openrc $pkgname-doc"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/pendulum-project/ntpd-rs/archive/refs/tags/v$pkgver.tar.gz
|
source="$pkgname-$pkgver.tar.gz::https://github.com/pendulum-project/ntpd-rs/archive/refs/tags/v$pkgver.tar.gz
|
||||||
|
@ -62,7 +66,7 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
357882f84357533714873c9f205c4c88fea4d6ef4e0213da8e8f6fce820a1a8d417b9e6b678b1a6f51fb3fa57a5d356d7af33c64b960b106289ce1d98ff61317 ntpd-rs-1.4.0.tar.gz
|
225327a589306497fc58fe533c4f0802b5049ed151ce94b1dc8b1ae99b338a95409624a14940c8e88562eea818dd0defcd9960d0060ee98d0e261ef1fa743625 ntpd-rs-1.6.0.tar.gz
|
||||||
57220d9d446084178a36ee7e01fde157d38ed685d3bf3b71da66b88f343a16778d4919a7d4416efd445053d6bbbef6d8b9e6d64d5f9d4598e8b53ae98aa277b2 ntpd-rs.initd
|
57220d9d446084178a36ee7e01fde157d38ed685d3bf3b71da66b88f343a16778d4919a7d4416efd445053d6bbbef6d8b9e6d64d5f9d4598e8b53ae98aa277b2 ntpd-rs.initd
|
||||||
0a75a0d2ac77e0754f180df880dc7b0ef2c525cde5c575ffccfafef4ba06a59cbcd7bd0a1a313649a0674def8353f3333be692054b7416f4b9302124f5be3aeb ntpd-rs-metrics-exporter.initd
|
0a75a0d2ac77e0754f180df880dc7b0ef2c525cde5c575ffccfafef4ba06a59cbcd7bd0a1a313649a0674def8353f3333be692054b7416f4b9302124f5be3aeb ntpd-rs-metrics-exporter.initd
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue