diff options
author | Richard Ellis <rellis@dp100.com> | 2015-07-26 09:59:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-26 09:59:45 +0700 |
commit | b7f497def4859b8a9d92e92d23b0f370a45563fa (patch) | |
tree | 46b01b487959149d63a85845a108026b1d8f0b5c /network/chrony/chrony.SlackBuild | |
parent | 1b02b22b8e19803536ed2f7e573d1896cf0c460e (diff) |
network/chrony: Updated for version 2.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/chrony/chrony.SlackBuild')
-rw-r--r-- | network/chrony/chrony.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/chrony/chrony.SlackBuild b/network/chrony/chrony.SlackBuild index bc6ddec3f92a..ff02b3208f9d 100644 --- a/network/chrony/chrony.SlackBuild +++ b/network/chrony/chrony.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Chrony -# Copyright 2014 Richard Ellis (USA) +# Copyright 2015 Richard Ellis (USA) # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=chrony -VERSION=${VERSION:-1.31.1} +VERSION=${VERSION:-2.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |