diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-03 11:13:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-03 11:13:56 +0700 |
commit | ccc18f497048070d307dad113087dfcb06a83c61 (patch) | |
tree | 5e497b7b8844299bd9bc779747c2aa1961e8db5c /development/tig/tig.SlackBuild | |
parent | 7c9e871c176870db44519ae42098cdb98b4aefce (diff) |
development/tig: Updated for version 2.5.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/tig/tig.SlackBuild')
-rw-r--r-- | development/tig/tig.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/development/tig/tig.SlackBuild b/development/tig/tig.SlackBuild index a0075af68de3e..b6f730f70092e 100644 --- a/development/tig/tig.SlackBuild +++ b/development/tig/tig.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tig -VERSION=${VERSION:-2.5.6} +VERSION=${VERSION:-2.5.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |