git-flow-avh 1.8.0

Closes Homebrew/homebrew#32841.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Peter van der Does 2014-10-01 09:51:26 -04:00 committed by Jack Nagel
parent 77cfa01748
commit fc4d8f0131

View file

@ -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'