tig: bump version

This commit is contained in:
Jerome Duval
2021-04-02 20:14:51 +02:00
parent e075a5dcd4
commit 6ebeeddeaa

View File

@@ -6,9 +6,9 @@ various Git commands."
HOMEPAGE="https://jonas.github.io/tig/"
COPYRIGHT="2006-2018 Jonas Fonseca"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/jonas/tig/releases/download/tig-$portVersion/tig-$portVersion.tar.gz"
CHECKSUM_SHA256="b6b6aa183e571224d0e1fab3ec482542c1a97fa7a85b26352dc31dbafe8558b8"
CHECKSUM_SHA256="e528068499d558beb99a0a8bca30f59171e71f046d76ee5d945d35027d3925dc"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -69,9 +69,9 @@ INSTALL()
# temporary solution because of xmlto deps failing
mkdir -p $manDir/man{1,5,7}
cp -af tig.1 $manDir/man1
cp -af tigrc.5 $manDir/man5
cp -af tigmanual.7 $manDir/man7
cp -af doc/tig.1 $manDir/man1
cp -af doc/tigrc.5 $manDir/man5
cp -af doc/tigmanual.7 $manDir/man7
}
TEST()