diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-11 07:54:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-11 08:08:01 +0700 |
commit | dc882b89677a14d78651573a2c4e276a6dcde63d (patch) | |
tree | a29f50c72d2bda5f4f04793741718a99ef2adc0d | |
parent | f28caa6360762ed3624f07e03face5fc5b63bd6e (diff) |
development/tig: Updated for version 2.5.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/tig/tig.SlackBuild | 4 | ||||
-rw-r--r-- | development/tig/tig.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/tig/tig.SlackBuild b/development/tig/tig.SlackBuild index b6f730f70092e..8be61a9364b5f 100644 --- a/development/tig/tig.SlackBuild +++ b/development/tig/tig.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tig -# Copyright 2014-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2023 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.7} +VERSION=${VERSION:-2.5.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/tig/tig.info b/development/tig/tig.info index 3ef744bf960ff..bc0684d827aa5 100644 --- a/development/tig/tig.info +++ b/development/tig/tig.info @@ -1,8 +1,8 @@ PRGNAM="tig" -VERSION="2.5.7" +VERSION="2.5.8" HOMEPAGE="https://jonas.github.io/tig/" -DOWNLOAD="https://github.com/jonas/tig/releases/download/tig-2.5.7/tig-2.5.7.tar.gz" -MD5SUM="307e966837370ba698286a1c48d31a7f" +DOWNLOAD="https://github.com/jonas/tig/releases/download/tig-2.5.8/tig-2.5.8.tar.gz" +MD5SUM="a91a2ff16778fe173ddf94a92f3c3a0e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |