diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-02 05:41:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-02 09:58:04 +0700 |
commit | a2ea622a972ee462aefc14f40322c54e649078c4 (patch) | |
tree | ecbecb4e852e2658b5ba97e4833b084c570c2cae /development/tig/tig.SlackBuild | |
parent | 43fcc2dce715310a7f9eaa1d426ee9b4ea2adf43 (diff) |
development/tig: Updated for version 2.3.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/tig/tig.SlackBuild')
-rw-r--r-- | development/tig/tig.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/tig/tig.SlackBuild b/development/tig/tig.SlackBuild index 50f4a125934e1..e0c34a8e4c572 100644 --- a/development/tig/tig.SlackBuild +++ b/development/tig/tig.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tig -# Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2018 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=tig -VERSION=${VERSION:-2.3.2} +VERSION=${VERSION:-2.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |