From 7ccc1f92e92659945ad65601bc625772054fdd27 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Thu, 12 Sep 2024 08:00:06 +0200 Subject: [PATCH] git_flow, revbump for cmd:git (#11102) --- dev-vcs/git_flow/git_flow-1.8.0.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/git_flow/git_flow-1.8.0.recipe b/dev-vcs/git_flow/git_flow-1.8.0.recipe index 95d22a3c6..345eda5eb 100644 --- a/dev-vcs/git_flow/git_flow-1.8.0.recipe +++ b/dev-vcs/git_flow/git_flow-1.8.0.recipe @@ -6,7 +6,7 @@ HOMEPAGE="https://github.com/petervanderdoes/gitflow-avh" COPYRIGHT="2010 Vincent Driessen 2012-2015 Peter van der Does" LICENSE="BSD (2-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/petervanderdoes/gitflow-avh/archive/$portVersion.tar.gz" CHECKSUM_SHA256="350665a9de7a9fe58ab82df5ef70c4e6c4f95bf844e30c23e2f3486396727511" SOURCE_DIR="gitflow-avh-$portVersion" @@ -18,7 +18,7 @@ PROVIDES=" git_flow = $portVersion " REQUIRES=" - git + cmd:git cmd:getopt "