aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/git-flow-avh.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git-flow-avh.rb b/Library/Formula/git-flow-avh.rb
index 4c4d93002..68e735718 100644
--- a/Library/Formula/git-flow-avh.rb
+++ b/Library/Formula/git-flow-avh.rb
@@ -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'