diff options
| author | BrewTestBot | 2014-07-25 04:36:10 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-07-25 08:30:10 +0100 | 
| commit | e71e80908050abc7f39b65e0657e80664cee26bf (patch) | |
| tree | 5ebda5937ce454f73e8e9b12d5204c3077a70931 /Library/Formula/git.rb | |
| parent | a4002b2204426b431b6daf91a0c8c919ca690aaf (diff) | |
| download | homebrew-e71e80908050abc7f39b65e0657e80664cee26bf.tar.bz2 | |
git: update 2.0.3 bottle.
Closes #31108.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/git.rb')
| -rw-r--r-- | Library/Formula/git.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index f32e1d4cd..816ef07cd 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -8,9 +8,9 @@ class Git < Formula    head "https://github.com/git/git.git", :shallow => false    bottle do -    sha1 "a61246dedf1cda65d7f46a0510a0002e6150c529" => :mavericks -    sha1 "07446cff2bb66eb3213ade6effb9828c01ff09b1" => :mountain_lion -    sha1 "494920224ff82d73155d875e742f39f0c3be3a8f" => :lion +    sha1 "2f5b00fb91984d59ad02bd47c5bd73467bfeea9b" => :mavericks +    sha1 "d79154bbbd6181e6eb086c1071a5427cbdf6373b" => :mountain_lion +    sha1 "6a34da7fcc80d804eef457d75b84c9f222f1dbd2" => :lion    end    resource "man" do  | 
