mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/tig: Updated for version 0.17.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
192edd96f9
commit
7558578e5b
2 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Slackware build script for tig
|
# Slackware build script for tig
|
||||||
|
|
||||||
# Copyright 2008-2010 Grigorios Bouzakis <grbzks@xsmail.com>
|
# Copyright 2008-2011 Grigorios Bouzakis <grbzks@xsmail.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and distribute this software for any purpose
|
# 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.
|
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=tig
|
PRGNAM=tig
|
||||||
VERSION=${VERSION:-0.16.2}
|
VERSION=${VERSION:-0.17}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="tig"
|
PRGNAM="tig"
|
||||||
VERSION="0.16.2"
|
VERSION="0.17"
|
||||||
HOMEPAGE="http://jonas.nitro.dk/tig/"
|
HOMEPAGE="http://jonas.nitro.dk/tig/"
|
||||||
DOWNLOAD="http://jonas.nitro.dk/tig/releases/tig-0.16.2.tar.gz"
|
DOWNLOAD="http://jonas.nitro.dk/tig/releases/tig-0.17.tar.gz"
|
||||||
MD5SUM="d72b5d3437dbc538ea6f66c74988d75e"
|
MD5SUM="f373343199422c59518776db448dec0e"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Grigorios Bouzakis"
|
MAINTAINER="Grigorios Bouzakis"
|
||||||
|
|
Loading…
Reference in a new issue