aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/git.rb')
-rw-r--r--Library/Formula/git.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb
index a2f87dfa0..f322cfb7b 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -7,9 +7,9 @@ class Git < Formula
head "https://github.com/git/git.git", :shallow => false
bottle do
- sha1 "78bb720052e624b889b7c39e47ec40e463fa13b0" => :mavericks
- sha1 "95b604ef6dff8a8abbc6819b1769c6df6ac45b03" => :mountain_lion
- sha1 "10d46b289e9877f866e953dfc65fde260c80acb8" => :lion
+ sha1 "e9f79d29d1106485c3f0b573098feee60a170155" => :mavericks
+ sha1 "cfecf1d47441f6f32e88afabd8e9bccac527dfe0" => :mountain_lion
+ sha1 "87e66620960a1f5a4575cb3b6b0583cfa99f547a" => :lion
end
option 'with-blk-sha1', 'Compile with the block-optimized SHA1 implementation'