diff options
| author | Mike McQuaid | 2013-09-18 21:30:56 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2013-09-18 21:30:56 +0100 | 
| commit | f18baebe4e07a7b284036946583ac66609569f8b (patch) | |
| tree | dbe5f628b3f8a3050e4bc165eb9161e5d21439b3 /Library/Formula/git.rb | |
| parent | cfdb1b76b194c04e6e6c8998d085135f653f14b3 (diff) | |
| download | homebrew-f18baebe4e07a7b284036946583ac66609569f8b.tar.bz2 | |
git: add bottles.
Diffstat (limited to 'Library/Formula/git.rb')
| -rw-r--r-- | Library/Formula/git.rb | 8 | 
1 files changed, 7 insertions, 1 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 8f5535f42..94c52018d 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -4,9 +4,15 @@ class Git < Formula    homepage 'http://git-scm.com'    url 'http://git-core.googlecode.com/files/git-1.8.4.tar.gz'    sha1 '2a361a2d185b8bc604f7f2ce2f502d0dea9d3279' -    head 'https://github.com/git/git.git' +  bottle do +    sha1 'c752e68f6c39a567adfa43eea9f6b74caaf35bcf' => :mountain_lion +    sha1 'ca4b4ce0455636400ad70e413c179fe4e3329288' => :lion +    sha1 'c5a3559d59c7d9cd608559771ece10743a340c32' => :snow_leopard +  end + +    option 'with-blk-sha1', 'Compile with the block-optimized SHA1 implementation'    option 'without-completions', 'Disable bash/zsh completions from "contrib" directory'  | 
