chrony: update to 2.4.1
This commit is contained in:
parent
9a018b89ca
commit
ce9c617b47
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'chrony'
|
||||
pkgname=chrony
|
||||
version=2.4
|
||||
version=2.4.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-nss --enable-scfilter --with-sendmail=/usr/bin/sendmail"
|
||||
|
@ -12,12 +12,12 @@ chrony_homedir="/var/db/chrony"
|
|||
make_dirs="
|
||||
/var/log/chrony 0755 chrony chrony
|
||||
/var/db/chrony 0755 chrony chrony"
|
||||
short_desc="Sets your computer's clock from time servers on the Net"
|
||||
short_desc="Versatile implementation of the Network Time Protocol (NTP)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://chrony.tuxfamily.org/"
|
||||
distfiles="http://download.tuxfamily.org/chrony/$pkgname-$version.tar.gz"
|
||||
checksum=8d04e7cda2333289c2104b731d39c3c1db94816e43bae35d7ee4e7ae8af6391f
|
||||
homepage="https://chrony.tuxfamily.org/"
|
||||
distfiles="https://download.tuxfamily.org/chrony/${pkgname}-${version}.tar.gz"
|
||||
checksum=0fd59e0ef625b4459e3a9c7f221c52f56596582bce31abfae5f7369702edb6e0
|
||||
|
||||
provides="ntp-daemon-0_1"
|
||||
alternatives="
|
||||
|
|
Loading…
Reference in New Issue