diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-22 23:36:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-24 07:23:00 +0700 |
commit | 245b0e533db0bcb1cd9780827c45d214905d0604 (patch) | |
tree | e10c5a99928e160b3fae8c75a3f2bafc1daa26b8 /development/tig/tig.SlackBuild | |
parent | 382bb9ce87cef7605a66ee5e24036dce62b154a2 (diff) | |
download | slackbuilds-245b0e533db0bcb1cd9780827c45d214905d0604.tar.gz |
development/tig: Updated for version 2.2.1.
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 6349ffe675..3baf7cddd3 100644 --- a/development/tig/tig.SlackBuild +++ b/development/tig/tig.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tig -# Copyright 2014-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2017 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.2} +VERSION=${VERSION:-2.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |