aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2013-12-05 01:46:55 -0600
committerJack Nagel2013-12-05 01:46:55 -0600
commitcbd03a8eec0aeb99446519ef8d334ab2bf58ff21 (patch)
tree16dbd0c0838c543271fc8f5e7f414a0124d8a68a
parentdf223bfb6354b073daf76cf1ff185e118245be17 (diff)
downloadhomebrew-cbd03a8eec0aeb99446519ef8d334ab2bf58ff21.tar.bz2
git 1.8.5.1 bottles
-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 9fe17985e..3e495afb2 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'
bottle do
- sha1 'd38dbb1a4c518ed8597ecadb8a9b5125c13d0121' => :mavericks
- sha1 'd0741b27a9c5e5e9f8bfcc9c2e048da873aaf593' => :mountain_lion
- sha1 '1a8b70552ca5215d57125a9d1276d234fcac3c28' => :lion
+ sha1 '2c26cb1d99b3262df1f5fb6174bff992250c60b9' => :mavericks
+ sha1 '5b763a65526a23401a019119cd48bada6587d731' => :mountain_lion
+ sha1 'e88534f06d82de3d8ead0645d54046a74f021158' => :lion
end
option 'with-blk-sha1', 'Compile with the block-optimized SHA1 implementation'