diff options
| author | Brett Koonce | 2013-09-16 17:04:50 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-09-16 19:33:37 -0700 |
| commit | 06230dff8514ee7fbf3b9f3658b87b648405e32b (patch) | |
| tree | cda0d187164f362a5c8a10e75670a35a8cb75b1e | |
| parent | f9a09a3d8d031d698860d0f91411ae3b4db61090 (diff) | |
| download | homebrew-06230dff8514ee7fbf3b9f3658b87b648405e32b.tar.bz2 | |
git-flow-avh-completion 0.5.1
Closes #22601.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/git-flow-avh.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git-flow-avh.rb b/Library/Formula/git-flow-avh.rb index e2bdfe19d..ae1f5b152 100644 --- a/Library/Formula/git-flow-avh.rb +++ b/Library/Formula/git-flow-avh.rb @@ -2,8 +2,8 @@ require 'formula' class GitFlowAvhCompletion < Formula homepage 'https://github.com/petervanderdoes/git-flow-completion' - url 'https://github.com/petervanderdoes/git-flow-completion/archive/0.4.2.tar.gz' - sha1 '5e311225fccc22e22c7f00abf8989c853bd2b48b' + url 'https://github.com/petervanderdoes/git-flow-completion/archive/0.5.1.tar.gz' + sha1 'e29b79629323dc9a10e7b8ddca1ec00d51f62929' head 'https://github.com/petervanderdoes/git-flow-completion.git', :branch => 'develop' end |
