mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/tig: Updated for version 2.5.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
26082a9c28
commit
937bbde707
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=tig
|
||||
VERSION=${VERSION:-2.5.9}
|
||||
VERSION=${VERSION:-2.5.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tig"
|
||||
VERSION="2.5.9"
|
||||
VERSION="2.5.10"
|
||||
HOMEPAGE="https://jonas.github.io/tig/"
|
||||
DOWNLOAD="https://github.com/jonas/tig/releases/download/tig-2.5.9/tig-2.5.9.tar.gz"
|
||||
MD5SUM="54d0d7a17b75832eac632b6232f785fe"
|
||||
DOWNLOAD="https://github.com/jonas/tig/releases/download/tig-2.5.10/tig-2.5.10.tar.gz"
|
||||
MD5SUM="80822a6ed9f2accf13154a482ce72a05"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue