aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2013-11-27 08:53:02 +0000
committerBrewTestBot2013-11-27 08:53:02 +0000
commita74577d5a6ef480240cb2cb2055c8cc8ce301828 (patch)
tree4a5337cfcd9379ff8f54b947fbbad83478b2f0dc /Library
parente0cfaddc63d36f108268caf582c78f2f170d053c (diff)
downloadhomebrew-a74577d5a6ef480240cb2cb2055c8cc8ce301828.tar.bz2
git: update 1.8.4.3 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/git.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb
index b6455ec18..f02b53e06 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -7,9 +7,10 @@ class Git < Formula
head 'https://github.com/git/git.git'
bottle do
- sha1 'ff5dc5105e0a56bf016139ae0c6dda12f4234c32' => :mavericks
- sha1 'd2c663ea9922ab16b5e789e461aa62d2e0cb1072' => :mountain_lion
- sha1 'd88e30d0f7fe799c4baf62aef544b3c5d96be9e6' => :lion
+ revision 1
+ sha1 'b30e3fbe6b8e4e3307c96b5924378ad302deb5ab' => :mavericks
+ sha1 '17d2cde9690251789672218a52113cfa8a702560' => :mountain_lion
+ sha1 'b5a0da40e046f706dc303cc853b8466e81e081ba' => :lion
end
option 'with-blk-sha1', 'Compile with the block-optimized SHA1 implementation'