diff options
| author | BrewTestBot | 2014-01-15 08:53:38 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-15 08:55:16 +0000 |
| commit | 857669083dddfa983e419ee5cd7a9e39267815a8 (patch) | |
| tree | 7b3a05978ad1d91c935f90e3d923512997e39f92 /Library/Formula | |
| parent | cd7a0a4133129096618b7f609349f16e59103823 (diff) | |
| download | homebrew-857669083dddfa983e419ee5cd7a9e39267815a8.tar.bz2 | |
git: add 1.8.5.3 bottle.
Closes #25908.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -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 812cdae0d..4f7fb40a8 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -6,6 +6,12 @@ class Git < Formula sha1 '767aa30c0f569f9b6e04cb215dfeec0c013c355a' head 'https://github.com/git/git.git' + bottle do + sha1 '6849cffc6d286228cdfb2fa52f2b0db4c054f569' => :mavericks + sha1 'd2e8b603141f45d5a22891909b1c076e4cb1a5d6' => :mountain_lion + sha1 '40b475da5b25459b697ac8815dd575a0e1653abd' => :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" |
