aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2013-11-28 13:12:58 +0000
committerMike McQuaid2013-11-28 14:12:53 +0000
commit5ecef963f226806dedb02f0847e95d9cb1329300 (patch)
tree6f2f362d2f2c5489897d796362fc7697e4f25540
parentcb279ce3cf52fe170a0d0e82c977ced56553dd34 (diff)
downloadhomebrew-5ecef963f226806dedb02f0847e95d9cb1329300.tar.bz2
git: update 1.8.5 bottle.
-rw-r--r--Library/Formula/git.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb
index fddd75376..b589a2ee2 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -6,6 +6,12 @@ class Git < Formula
sha1 '56e4e3c59b0bd2996b81bb1de4283c9f427bd1a8'
head 'https://github.com/git/git.git'
+ bottle do
+ sha1 'd38dbb1a4c518ed8597ecadb8a9b5125c13d0121' => :mavericks
+ sha1 'd0741b27a9c5e5e9f8bfcc9c2e048da873aaf593' => :mountain_lion
+ sha1 '1a8b70552ca5215d57125a9d1276d234fcac3c28' => :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"