diff options
| author | Sebastian Staudt | 2011-05-20 20:29:29 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-05-20 15:24:50 -0700 | 
| commit | 31c30794c3011ca1c07de361f088add95531c224 (patch) | |
| tree | f9a89b4382302a52d8475cd4ff2453821c72f320 /Library/Formula/git.rb | |
| parent | be0210649fb8f3ac6193f3fee2f22d4c92279d68 (diff) | |
| download | homebrew-31c30794c3011ca1c07de361f088add95531c224.tar.bz2 | |
Git 1.7.5.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/git.rb')
| -rw-r--r-- | Library/Formula/git.rb | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 062dbae81..ceffe8824 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -1,18 +1,18 @@  require 'formula'  class GitManuals < Formula -  url 'http://kernel.org/pub/software/scm/git/git-manpages-1.7.5.1.tar.bz2' -  md5 'cb0ec1095fbdf5b4935d5c43194b976a' +  url 'http://kernel.org/pub/software/scm/git/git-manpages-1.7.5.2.tar.bz2' +  md5 '43fc5538f137231f5c96e7da5eb6c934'  end  class GitHtmldocs < Formula -  url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.5.1.tar.bz2' -  md5 '17d3a1fc1127a5872193443143bf14bd' +  url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.5.2.tar.bz2' +  md5 '0aa4bd68b0c6c47a609ed34cb0fd138b'  end  class Git < Formula -  url 'http://kernel.org/pub/software/scm/git/git-1.7.5.1.tar.bz2' -  md5 'a49291116e3b0564e069ae989e4db6fb' +  url 'http://kernel.org/pub/software/scm/git/git-1.7.5.2.tar.bz2' +  md5 'f79ab8fe79b35346b499f131cbf381a4'    homepage 'http://git-scm.com'    def install  | 
