aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-flow.rb
diff options
context:
space:
mode:
authorVincent Driessen2011-02-14 07:58:27 +0100
committerAdam Vandenberg2011-02-14 08:43:34 -0800
commit3699ec35c8e72b617d890aab16f0832536a6ffb3 (patch)
treeb16d6e3027164387de5054bb9f42ec96893a983e /Library/Formula/git-flow.rb
parent753bc2f25b5790e71dc3964a5acf6501bf8d44d2 (diff)
downloadhomebrew-3699ec35c8e72b617d890aab16f0832536a6ffb3.tar.bz2
Update for git-flow 0.4.1.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/git-flow.rb')
-rw-r--r--Library/Formula/git-flow.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb
index ad179c3e8..24460e8bf 100644
--- a/Library/Formula/git-flow.rb
+++ b/Library/Formula/git-flow.rb
@@ -18,8 +18,8 @@ class GitFlowCompletion <Formula
end
class GitFlow <Formula
- url 'git://github.com/nvie/gitflow.git', :tag => '0.4'
- version '0.4'
+ url 'git://github.com/nvie/gitflow.git', :tag => '0.4.1'
+ version '0.4.1'
head 'git://github.com/nvie/gitflow.git', :branch => 'develop'
homepage 'https://github.com/nvie/gitflow'