diff options
author | Grigorios Bouzakis <grbzks@xsmail.com> | 2011-04-01 12:51:56 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-04-03 09:59:46 -0500 |
commit | 7558578e5bd3b315abdbf55ffb31a7dec89a0bca (patch) | |
tree | 867bb38b61e620e238f970acda8cf224b4c24aa8 /development/tig/tig.SlackBuild | |
parent | 192edd96f912349bd4b5ed1bd9b1e7b797bcae98 (diff) |
development/tig: Updated for version 0.17.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/tig/tig.SlackBuild')
-rw-r--r-- | development/tig/tig.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/development/tig/tig.SlackBuild b/development/tig/tig.SlackBuild index 30c57c4b708e..85a15bde0013 100644 --- a/development/tig/tig.SlackBuild +++ b/development/tig/tig.SlackBuild @@ -1,7 +1,8 @@ #!/bin/sh + # Slackware build script for tig -# Copyright 2008-2010 Grigorios Bouzakis <grbzks@xsmail.com> +# Copyright 2008-2011 Grigorios Bouzakis <grbzks@xsmail.com> # All rights reserved. # # Permission to use, copy, modify, and distribute this software for any purpose @@ -20,7 +21,7 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tig -VERSION=${VERSION:-0.16.2} +VERSION=${VERSION:-0.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |