diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-22 10:17:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-22 10:17:22 +0700 |
commit | b163669c4c756a20c499661c47bbb3d3e7191bb3 (patch) | |
tree | be9aeffc5f5af0301a83838fc5f38dda626aec00 /development/hub/hub.SlackBuild | |
parent | 6a4920a6b419176a0283702ac5f33411a6367387 (diff) |
development/hub: Updated for version 2.14.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/hub/hub.SlackBuild')
-rw-r--r-- | development/hub/hub.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/hub/hub.SlackBuild b/development/hub/hub.SlackBuild index ccc36b1761cc9..033996d177fcc 100644 --- a/development/hub/hub.SlackBuild +++ b/development/hub/hub.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for hub -# Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # 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=hub -VERSION=${VERSION:-2.13.0} +VERSION=${VERSION:-2.14.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |