summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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
commitccc18f497048070d307dad113087dfcb06a83c61 (patch)
tree5e497b7b8844299bd9bc779747c2aa1961e8db5c
parent7c9e871c176870db44519ae42098cdb98b4aefce (diff)
downloadslackbuilds-ccc18f497048070d307dad113087dfcb06a83c61.tar.gz
slackbuilds-ccc18f497048070d307dad113087dfcb06a83c61.tar.xz
development/tig: Updated for version 2.5.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/tig/tig.SlackBuild5
-rw-r--r--development/tig/tig.info6
2 files changed, 4 insertions, 7 deletions
diff --git a/development/tig/tig.SlackBuild b/development/tig/tig.SlackBuild
index a0075af68d..b6f730f700 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
diff --git a/development/tig/tig.info b/development/tig/tig.info
index 457682e1d8..3ef744bf96 100644
--- a/development/tig/tig.info
+++ b/development/tig/tig.info
@@ -1,8 +1,8 @@
PRGNAM="tig"
-VERSION="2.5.6"
+VERSION="2.5.7"
HOMEPAGE="https://jonas.github.io/tig/"
-DOWNLOAD="https://github.com/jonas/tig/releases/download/tig-2.5.6/tig-2.5.6.tar.gz"
-MD5SUM="04716790bf8933db6ad98f67422fa18e"
+DOWNLOAD="https://github.com/jonas/tig/releases/download/tig-2.5.7/tig-2.5.7.tar.gz"
+MD5SUM="307e966837370ba698286a1c48d31a7f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""