chrony: update to 1.31.1.
This commit is contained in:
parent
83679b4768
commit
b5d0dc78f6
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'chrony'
|
||||
pkgname=chrony
|
||||
version=1.31
|
||||
revision=3
|
||||
version=1.31.1
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
build_options="systemd"
|
||||
configure_args="--without-nss"
|
||||
configure_args="--sbindir=/usr/bin --without-nss"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libtomcrypt-devel libcap-devel libedit-devel"
|
||||
conf_files="/etc/chrony.conf"
|
||||
|
@ -18,7 +19,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://chrony.tuxfamily.org/"
|
||||
distfiles="http://download.tuxfamily.org/chrony/$pkgname-$version.tar.gz"
|
||||
checksum=a35e1cae46ecbe14af2023bb47a72a03d79591b2ff65f0072b3400153224996d
|
||||
checksum=0ba9f4b58e20b2eaae921eb8c798108ef72d8ea6fdcc7eb0167b56690d212348
|
||||
|
||||
post_install() {
|
||||
vconf ${FILESDIR}/chrony.conf
|
||||
|
|
Loading…
Reference in New Issue