diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-14 08:27:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-14 08:28:19 +0700 |
commit | 5af8c9e2346d2b319ca695cd5e401b94edc1afe0 (patch) | |
tree | a914b26396bc6d6e92b0d51458ec230f8b13c52f /development/tig/tig.SlackBuild | |
parent | ffa02111f72fc310379f75383efa371c9d1425bc (diff) |
development/tig: Updated for version 2.5.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/tig/tig.SlackBuild')
-rw-r--r-- | development/tig/tig.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/tig/tig.SlackBuild b/development/tig/tig.SlackBuild index c9240fed56731..7edee755f2836 100644 --- a/development/tig/tig.SlackBuild +++ b/development/tig/tig.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tig -# Copyright 2014-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tig -VERSION=${VERSION:-2.5.4} +VERSION=${VERSION:-2.5.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |