Browse Source
development/tig: Updated for version 2.5.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/196/head
Willy Sudiarto Raharjo
3 years ago
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
development/tig/tig.SlackBuild
-
development/tig/tig.info
|
|
@ -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} |
|
|
|
|
|
@ -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="" |
|
|
|