diff options
| author | Max Howell | 2010-02-11 10:51:01 +0000 | 
|---|---|---|
| committer | Max Howell | 2010-02-11 10:52:13 +0000 | 
| commit | ab7c4fa132e19c75975c852d7027ca0d122117b9 (patch) | |
| tree | b93c571d63702e363a3c9af25c997a961c069386 | |
| parent | 86191b42b1f5436c385f0e52339c54164182e2d9 (diff) | |
| download | homebrew-ab7c4fa132e19c75975c852d7027ca0d122117b9.tar.bz2 | |
Git 1.6.6.2
| -rw-r--r-- | Library/Formula/git.rb | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 08481c9c7..171c3448a 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -1,13 +1,13 @@  require 'formula'  class GitManuals <Formula -  url 'http://kernel.org/pub/software/scm/git/git-manpages-1.6.6.1.tar.bz2' -  md5 '18cbc20056058ef4d336896f628fc3b8' +  url 'http://kernel.org/pub/software/scm/git/git-manpages-1.6.6.2.tar.bz2' +  md5 '143a38ca17e3d328f6691a5d69184d88'  end  class Git <Formula -  url 'http://kernel.org/pub/software/scm/git/git-1.6.6.1.tar.bz2' -  md5 '9d254bfdae56c6fa124d8a1312a1b034' +  url 'http://kernel.org/pub/software/scm/git/git-1.6.6.2.tar.bz2' +  md5 '6f0a112c37ce6f47d762687130f26a1b'    homepage 'http://git-scm.com'    def install  | 
