diff options
| author | Peter van der Does | 2013-04-27 22:51:15 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-27 19:57:35 -0700 |
| commit | d278480744b208dfec7cfd21c2903fb164c4cd0e (patch) | |
| tree | 93b4a3f2bb11c3ee04a741f03fe60409c5133a77 /Library/Formula/git-flow-avh.rb | |
| parent | e5a4768822faddb8c73cf58de6650e07ebf5fee1 (diff) | |
| download | homebrew-d278480744b208dfec7cfd21c2903fb164c4cd0e.tar.bz2 | |
git-flow-avh 1.5.2
Closes #19481.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/git-flow-avh.rb')
| -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 a73f01060..9f682f469 100644 --- a/Library/Formula/git-flow-avh.rb +++ b/Library/Formula/git-flow-avh.rb @@ -10,8 +10,8 @@ end class GitFlowAvh < Formula homepage 'https://github.com/petervanderdoes/gitflow' - url 'https://github.com/petervanderdoes/gitflow/archive/1.5.1.tar.gz' - sha1 'bb984d36ce1c89fc07877d9a3ebd3540633efd9a' + url 'https://github.com/petervanderdoes/gitflow/archive/1.5.2.tar.gz' + sha1 'd344814a63bab81e4f713f133c2de0acff0cf726' head 'https://github.com/petervanderdoes/gitflow.git', :branch => 'develop' |
