diff options
| author | Max Howell | 2009-08-30 17:07:31 +0100 |
|---|---|---|
| committer | Max Howell | 2009-08-30 17:07:31 +0100 |
| commit | e5997bf6d6a72528f264ce7d7b24394b5d86bc6a (patch) | |
| tree | 8148c6353ac2d95052b2646e33d721f4536b351b /Library/Formula/git.rb | |
| parent | 7f14a9f20ae2e8f21ee5c82d3629b2359af2f373 (diff) | |
| download | homebrew-e5997bf6d6a72528f264ce7d7b24394b5d86bc6a.tar.bz2 | |
Git 1.6.4.2
Diffstat (limited to 'Library/Formula/git.rb')
| -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 bf7bb879c..d770ad644 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -1,13 +1,13 @@ require 'brewkit' class GitManuals <Formula - @url='http://kernel.org/pub/software/scm/git/git-manpages-1.6.4.1.tar.bz2' - @md5='b725aab52c1f6948134cd820d57f20a9' + @url='http://kernel.org/pub/software/scm/git/git-manpages-1.6.4.2.tar.bz2' + @md5='e2bc0cfadb3ba76daee69bfb6dd299ad' end class Git <Formula - @url='http://kernel.org/pub/software/scm/git/git-1.6.4.1.tar.bz2' - @md5='bdc9b8be7d56a3beabad2d228f2e8e9a' + @url='http://kernel.org/pub/software/scm/git/git-1.6.4.2.tar.bz2' + @md5='05c41dc84eae47e3d4fe5b3dee9cc73c' @homepage='http://git-scm.com' def install |
