diff options
| author | Jack Nagel | 2013-11-08 22:03:20 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-08 22:06:07 -0600 |
| commit | 2fa22f34fcd4f41205a7ff189ef110f59aa01633 (patch) | |
| tree | 20dac9c3813d75ef35109f1421c414b66524c5a2 /Library | |
| parent | 051d62400c430ee86cc36f6f7cca4b018068374e (diff) | |
| download | homebrew-2fa22f34fcd4f41205a7ff189ef110f59aa01633.tar.bz2 | |
git 1.8.4.3 bottles
Diffstat (limited to 'Library')
| -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 b3f26fe17..7578f9b07 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -6,6 +6,12 @@ class Git < Formula sha1 '43b1edc95b3ab77f9739d789b906ded0585fe7a2' head 'https://github.com/git/git.git' + bottle do + sha1 'ff5dc5105e0a56bf016139ae0c6dda12f4234c32' => :mavericks + sha1 'd2c663ea9922ab16b5e789e461aa62d2e0cb1072' => :mountain_lion + sha1 'd88e30d0f7fe799c4baf62aef544b3c5d96be9e6' => :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" |
