diff options
| author | BrewTestBot | 2015-01-03 15:40:01 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-01-03 18:43:01 +0000 | 
| commit | 41d6631eca586d4a0d05347008b780a25636fa6d (patch) | |
| tree | 0912a1e19d72ceac94d77b0c19865583e96243f4 /Library/Formula/git-flow.rb | |
| parent | 77fc55a55df0e78c5ed43d47037ed8e204f25475 (diff) | |
| download | homebrew-41d6631eca586d4a0d05347008b780a25636fa6d.tar.bz2 | |
git-flow: add 0.4.1 bottle.
Diffstat (limited to 'Library/Formula/git-flow.rb')
| -rw-r--r-- | Library/Formula/git-flow.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb index f1a093075..2bc22cb1b 100644 --- a/Library/Formula/git-flow.rb +++ b/Library/Formula/git-flow.rb @@ -4,6 +4,13 @@ class GitFlow < Formula    # Use the tag instead of the tarball to get submodules    url "https://github.com/nvie/gitflow.git", :tag => "0.4.1" +  bottle do +    cellar :any +    sha1 "ab05739e882e5a930863ce03d2dcbe62ac329dc1" => :yosemite +    sha1 "a3e07853d8152891aecf98eed7943edc07e2e1ec" => :mavericks +    sha1 "0b02d71a300810649c677dd8f9b26ebc6351087f" => :mountain_lion +  end +    head do      url "https://github.com/nvie/gitflow.git", :branch => "develop" | 
