mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/tig: Updated for version 1.2.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
0f8e3989eb
commit
745beb04b2
2 changed files with 5 additions and 5 deletions
|
@ -21,7 +21,7 @@
|
|||
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=tig
|
||||
VERSION=${VERSION:-0.18}
|
||||
VERSION=${VERSION:-1.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -52,7 +52,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
DOCS="BUGS COPYING INSTALL NEWS README SITES TODO VERSION"
|
||||
DOCS="BUGS COPYING NEWS* README*"
|
||||
|
||||
set -e
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tig"
|
||||
VERSION="0.18"
|
||||
VERSION="1.2.1"
|
||||
HOMEPAGE="http://jonas.nitro.dk/tig/"
|
||||
DOWNLOAD="http://jonas.nitro.dk/tig/releases/tig-0.18.tar.gz"
|
||||
MD5SUM="4fa9e33c5daa76b6fed11e068405356f"
|
||||
DOWNLOAD="http://jonas.nitro.dk/tig/releases/tig-1.2.1.tar.gz"
|
||||
MD5SUM="d5c1dd1d829f8e515f59c96a5d419323"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue