Browse Source
network/chrony: Updated for version 4.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/227/head
Richard Ellis
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
network/chrony/chrony.SlackBuild
-
network/chrony/chrony.info
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=chrony |
|
|
|
VERSION=${VERSION:-4.2} |
|
|
|
VERSION=${VERSION:-4.5} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="chrony" |
|
|
|
VERSION="4.2" |
|
|
|
HOMEPAGE="https://chrony.tuxfamily.org/" |
|
|
|
DOWNLOAD="https://download.tuxfamily.org/chrony/chrony-4.2.tar.gz" |
|
|
|
MD5SUM="07282f8e76a4399d6c17009bb6345614" |
|
|
|
VERSION="4.5" |
|
|
|
HOMEPAGE="https://chrony-project.org/" |
|
|
|
DOWNLOAD="https://chrony-project.org/releases/chrony-4.5.tar.gz" |
|
|
|
MD5SUM="fa50d026df54f9919e6a37fae1258c61" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|