aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-03-19 21:23:54 +0000
committerJack Nagel2014-03-19 16:27:15 -0500
commit6801305920ce04c0c61e5b26f9b806395240cf06 (patch)
tree74d8eaca51bba1228f7b631c545bb2ae0ffcc41c /Library/Formula/git.rb
parent3917865b9ae6b7e99af2a5ebf338d850f78a3a56 (diff)
downloadhomebrew-6801305920ce04c0c61e5b26f9b806395240cf06.tar.bz2
git: update 1.9.1 bottle.
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'