diff options
author | Grigorios Bouzakis <grbzks@gmail.com> | 2010-05-12 17:38:59 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:38:59 +0200 |
commit | d37523cfbf882692492db90f096358f9feefc9fd (patch) | |
tree | 1f758dacfa0d35e018b7458b0f5f32c53c662703 /development | |
parent | 5c32e959d9530f8aabc68bcd95ca84b27a150542 (diff) | |
download | slackbuilds-d37523cfbf882692492db90f096358f9feefc9fd.tar.gz |
development/tig: Updated for version 0.14.1
Diffstat (limited to 'development')
-rw-r--r-- | development/tig/tig.SlackBuild | 8 | ||||
-rw-r--r-- | development/tig/tig.info | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/development/tig/tig.SlackBuild b/development/tig/tig.SlackBuild index 5f00a45f7d..88354c7407 100644 --- a/development/tig/tig.SlackBuild +++ b/development/tig/tig.SlackBuild @@ -4,7 +4,7 @@ # Written by Grigorios Bouzakis (grbzks@gmail.com) PRGNAM=tig -VERSION=${VERSION:-0.12.1} +VERSION=${VERSION:-0.14.1} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,8 +52,10 @@ make make install install-doc DESTDIR=$PKG ( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null + find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null || true + find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null ) ( cd $PKG/usr/man diff --git a/development/tig/tig.info b/development/tig/tig.info index 6a20a6bd33..0f9037ac7c 100644 --- a/development/tig/tig.info +++ b/development/tig/tig.info @@ -1,8 +1,8 @@ PRGNAM="tig" -VERSION="0.12.1" +VERSION="0.14.1" HOMEPAGE="http://jonas.nitro.dk/tig/" -DOWNLOAD="http://jonas.nitro.dk/tig/releases/tig-0.12.1.tar.gz" -MD5SUM="45f87a823ffd015367208cfe680bcb9f" +DOWNLOAD="http://jonas.nitro.dk/tig/releases/tig-0.14.1.tar.gz" +MD5SUM="e47bf48813c0cbe6be0f3b749e6de96c" MAINTAINER="Grigorios Bouzakis" EMAIL="grbzks@gmail.com" -APPROVED="Michiel" +APPROVED="dsomero" |