From 6ebeeddeaa59289c3a8bd1fd0d53c453428fcac6 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 2 Apr 2021 20:14:51 +0200 Subject: [PATCH] tig: bump version --- dev-vcs/tig/{tig-2.4.1.recipe => tig-2.5.3.recipe} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename dev-vcs/tig/{tig-2.4.1.recipe => tig-2.5.3.recipe} (89%) diff --git a/dev-vcs/tig/tig-2.4.1.recipe b/dev-vcs/tig/tig-2.5.3.recipe similarity index 89% rename from dev-vcs/tig/tig-2.4.1.recipe rename to dev-vcs/tig/tig-2.5.3.recipe index 750cfe419..645bcca32 100644 --- a/dev-vcs/tig/tig-2.4.1.recipe +++ b/dev-vcs/tig/tig-2.5.3.recipe @@ -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()