development/tig: Updated for version 2.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2015-03-12 21:05:02 +07:00
parent 401df620d7
commit 7990905177
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for tig
# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2014-2015 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.0.3}
VERSION=${VERSION:-2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -67,7 +67,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
sed -i 's|$(docdir)/tig|$(docdir)|' Makefile

View File

@ -1,8 +1,8 @@
PRGNAM="tig"
VERSION="2.0.3"
VERSION="2.1"
HOMEPAGE="http://jonas.nitro.dk/tig/"
DOWNLOAD="http://jonas.nitro.dk/tig/releases/tig-2.0.3.tar.gz"
MD5SUM="cd78dacf91798b5e48269813d678ebd7"
DOWNLOAD="http://jonas.nitro.dk/tig/releases/tig-2.1.tar.gz"
MD5SUM="d6c237aba2c03d85897da79789fd6104"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""