diff options
| author | BrewTestBot | 2014-02-14 18:33:21 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-02-14 18:59:42 +0000 | 
| commit | 2fe5763d95eceb05a188322f5c10e15fceb69d75 (patch) | |
| tree | 2f4889d302f4885a3b2a8d3a8b6f6dab2619f866 /Library/Formula/git.rb | |
| parent | 9e2ff7f15247e8bce6793cf1dd20c26de351aebd (diff) | |
| download | homebrew-2fe5763d95eceb05a188322f5c10e15fceb69d75.tar.bz2 | |
git: add 1.8.5.5 bottle.
Closes #26723.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/git.rb')
| -rw-r--r-- | Library/Formula/git.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 0651d5602..c4217cb7f 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -6,6 +6,12 @@ class Git < Formula    sha1 '7bb4ea883b1f8f6f7f927035f85e8e27b57e0194'    head 'https://github.com/git/git.git' +  bottle do +    sha1 "582a276b608de17888da01922648522bf7a9c11a" => :mavericks +    sha1 "f308b293aa5664b65c57c3b206b892537397d3b9" => :mountain_lion +    sha1 "fa5f896b766bb103804800abde58e25579cf58a7" => :lion +  end +    option 'with-blk-sha1', 'Compile with the block-optimized SHA1 implementation'    option 'without-completions', 'Disable bash/zsh completions from "contrib" directory'    option 'with-brewed-openssl', "Build with Homebrew OpenSSL instead of the system version"  | 
