diff options
| author | Vincent Driessen | 2010-10-18 23:15:23 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-10-18 14:25:42 -0700 | 
| commit | d5abaa993bbf717baf46f5aa87f2e3cc26ff60aa (patch) | |
| tree | f6133388819860aedc1d4f08a1c97e30d80e6f6d /Library/Formula/git-flow.rb | |
| parent | 0af182a63ec1b994273565225c2db05b7207912b (diff) | |
| download | homebrew-d5abaa993bbf717baf46f5aa87f2e3cc26ff60aa.tar.bz2 | |
Update git-flow to release 0.4.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/git-flow.rb')
| -rw-r--r-- | Library/Formula/git-flow.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb index 8531f1bdf..66fac531e 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.3' -  version '0.3' +  url 'git://github.com/nvie/gitflow.git', :tag => '0.4' +  version '0.4'    head 'git://github.com/nvie/gitflow.git', :branch => 'develop'    homepage 'http://github.com/nvie/gitflow' | 
