mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/chrony: Updated for version 4.2.
This commit is contained in:
parent
ffa2aef114
commit
ed1057def8
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=chrony
|
||||
VERSION=${VERSION:-3.5}
|
||||
VERSION=${VERSION:-4.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="chrony"
|
||||
VERSION="3.5"
|
||||
VERSION="4.2"
|
||||
HOMEPAGE="https://chrony.tuxfamily.org/"
|
||||
DOWNLOAD="https://download.tuxfamily.org/chrony/chrony-3.5.tar.gz"
|
||||
MD5SUM="5f66338bc940a9b51eede8f391e7bed3"
|
||||
DOWNLOAD="https://download.tuxfamily.org/chrony/chrony-4.2.tar.gz"
|
||||
MD5SUM="07282f8e76a4399d6c17009bb6345614"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue