development/tig: Updated for version 0.17.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Grigorios Bouzakis 2011-04-01 12:51:56 -05:00 committed by Robby Workman
parent 192edd96f9
commit 7558578e5b
2 changed files with 6 additions and 5 deletions

View file

@ -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}

View file

@ -1,8 +1,8 @@
PRGNAM="tig"
VERSION="0.16.2"
VERSION="0.17"
HOMEPAGE="http://jonas.nitro.dk/tig/"
DOWNLOAD="http://jonas.nitro.dk/tig/releases/tig-0.16.2.tar.gz"
MD5SUM="d72b5d3437dbc538ea6f66c74988d75e"
DOWNLOAD="http://jonas.nitro.dk/tig/releases/tig-0.17.tar.gz"
MD5SUM="f373343199422c59518776db448dec0e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Grigorios Bouzakis"