From ea9b601e792ed21a92956946441ec0550064662f Mon Sep 17 00:00:00 2001 From: Matt Greensmith Date: Mon, 14 Sep 2015 13:20:44 -0700 Subject: [PATCH] git-flow-avh: fix source repo and SHA - Source repo was renamed to gitflow-avh per https://github.com/petervanderdoes/gitflow-avh/issues/204 - Presumably this is the cause of the artifact SHA changing. Closes Homebrew/homebrew#43954. Signed-off-by: Alex Dunn --- Formula/git-flow-avh.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/git-flow-avh.rb b/Formula/git-flow-avh.rb index 10d9fb30f0..aef695782f 100644 --- a/Formula/git-flow-avh.rb +++ b/Formula/git-flow-avh.rb @@ -1,11 +1,11 @@ class GitFlowAvh < Formula desc "AVH edition of git-flow" - homepage "https://github.com/petervanderdoes/gitflow" - url "https://github.com/petervanderdoes/gitflow/archive/1.8.0.tar.gz" - sha256 "8239131b8dac160d7e929eab376fa14de44a55cbd5c5545e0ad4464d3a57adef" + homepage "https://github.com/petervanderdoes/gitflow-avh" + url "https://github.com/petervanderdoes/gitflow-avh/archive/1.8.0.tar.gz" + sha256 "350665a9de7a9fe58ab82df5ef70c4e6c4f95bf844e30c23e2f3486396727511" head do - url "https://github.com/petervanderdoes/gitflow.git", :branch => "develop" + url "https://github.com/petervanderdoes/gitflow-avh.git", :branch => "develop" resource "completion" do url "https://github.com/petervanderdoes/git-flow-completion.git", :branch => "develop"