diff options
| author | Matthew Blair | 2011-05-05 06:31:38 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-05-05 06:40:56 -0700 |
| commit | 13360b2ed8b957e51a36764d10cff5678b8b88a6 (patch) | |
| tree | 40048c7adbc1c1d93072fdd61767f0898f812f5e /Library/Formula/git.rb | |
| parent | b2d3927ffb36e2f968365b1b5c44312b077e108a (diff) | |
| download | homebrew-13360b2ed8b957e51a36764d10cff5678b8b88a6.tar.bz2 | |
Git 1.7.5.1
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 080894e51..062dbae81 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.tar.bz2' - md5 '94cf18c292f0db30046092ef306bf57c' + url 'http://kernel.org/pub/software/scm/git/git-manpages-1.7.5.1.tar.bz2' + md5 'cb0ec1095fbdf5b4935d5c43194b976a' end class GitHtmldocs < Formula - url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.5.tar.bz2' - md5 '563d1cda775abb80750e36d1c7895cb8' + url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.5.1.tar.bz2' + md5 '17d3a1fc1127a5872193443143bf14bd' end class Git < Formula - url 'http://kernel.org/pub/software/scm/git/git-1.7.5.tar.bz2' - md5 '7f0bc26a6e87d251c9b09fa05a186ed3' + url 'http://kernel.org/pub/software/scm/git/git-1.7.5.1.tar.bz2' + md5 'a49291116e3b0564e069ae989e4db6fb' homepage 'http://git-scm.com' def install |
