diff options
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 30c57c4b70..85a15bde00 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} |