diff options
| author | Vincent Driessen | 2011-02-14 07:58:27 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2011-02-14 08:43:34 -0800 |
| commit | 3699ec35c8e72b617d890aab16f0832536a6ffb3 (patch) | |
| tree | b16d6e3027164387de5054bb9f42ec96893a983e /Library/Formula | |
| parent | 753bc2f25b5790e71dc3964a5acf6501bf8d44d2 (diff) | |
| download | homebrew-3699ec35c8e72b617d890aab16f0832536a6ffb3.tar.bz2 | |
Update for git-flow 0.4.1.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 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' |
