diff options
| author | Justin Hileman | 2010-10-23 16:02:50 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-23 13:20:17 -0700 |
| commit | 6b150e33a752d84a371508bbd38508745180e275 (patch) | |
| tree | 669fd1c98d812f0dfb15681c536cb7121cd103f5 /Library/Formula/git-flow.rb | |
| parent | b20fd8cf650dd327ccf260f581016a29a72d7c92 (diff) | |
| download | homebrew-6b150e33a752d84a371508bbd38508745180e275.tar.bz2 | |
Update git-flow-completion to 0.4.0.
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 66fac531e..ea86b5adb 100644 --- a/Library/Formula/git-flow.rb +++ b/Library/Formula/git-flow.rb @@ -2,8 +2,8 @@ require 'formula' class GitFlowCompletion <Formula - url 'git://github.com/bobthecow/git-flow-completion.git', :tag => '0.3.3' - version '0.3.3' + url 'git://github.com/bobthecow/git-flow-completion.git', :tag => '0.4.0' + version '0.4.0' head 'git://github.com/bobthecow/git-flow-completion.git', :branch => 'develop' def initialize |
