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 <dunn.alex@gmail.com>
This commit is contained in:
parent
d1e3bec362
commit
ea9b601e79
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue