git: add 1.9.0 bottle.

Closes Homebrew/homebrew#26734.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
BrewTestBot 2014-02-14 23:47:54 +00:00 committed by Mike McQuaid
parent 4a7433692f
commit 0442340629
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@ class Git < Formula
sha1 'e60667fc16e5a5f1cde46616b0458cc802707743'
head 'https://github.com/git/git.git'
bottle do
sha1 "78bb720052e624b889b7c39e47ec40e463fa13b0" => :mavericks
sha1 "95b604ef6dff8a8abbc6819b1769c6df6ac45b03" => :mountain_lion
sha1 "10d46b289e9877f866e953dfc65fde260c80acb8" => :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"