diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-29 00:22:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-29 00:22:21 +0700 |
commit | 6bbe317186cb9c9877db7ffe37164e1353d56dd7 (patch) | |
tree | ed4e32807c15ab03b95b2780242037eb26766486 /network/krb5/krb5.SlackBuild | |
parent | a987c05e4a7a983dc3cf3853677a8b050d25a0f5 (diff) |
network/krb5: Updated for version 1.17.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/krb5/krb5.SlackBuild')
-rw-r--r-- | network/krb5/krb5.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/krb5/krb5.SlackBuild b/network/krb5/krb5.SlackBuild index 51f66b7ca68fd..2b36a56c7fd66 100644 --- a/network/krb5/krb5.SlackBuild +++ b/network/krb5/krb5.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for krb5 # Copyright (c) 2009, Tom Canich, State College, Pennsylvania, USA -# Copyright 2015-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2015-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=krb5 -VERSION=${VERSION:-1.16.2} +VERSION=${VERSION:-1.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |