git-flow-avh 1.8.0
Closes Homebrew/homebrew#32841. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
77cfa01748
commit
fc4d8f0131
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class GitFlowAvh < Formula
|
||||
homepage 'https://github.com/petervanderdoes/gitflow'
|
||||
url 'https://github.com/petervanderdoes/gitflow/archive/1.7.0.tar.gz'
|
||||
sha1 '666b01444de2e1b628f83fe1c8b5481b24156502'
|
||||
url "https://github.com/petervanderdoes/gitflow/archive/1.8.0.tar.gz"
|
||||
sha1 "4bfdd7e83509f9464a867642bb5b3185d4cfcfdc"
|
||||
|
||||
head do
|
||||
url 'https://github.com/petervanderdoes/gitflow.git', :branch => 'develop'
|
||||
|
|
Loading…
Reference in a new issue