diff options
| author | Gray Manley | 2010-11-01 21:00:37 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-01 19:16:23 -0700 |
| commit | ea668ec2f00bcdb33e78093e1215a18a4cb7ac10 (patch) | |
| tree | 61d6f3d71ac0906a44fed5228ec8b86059c699a6 /Library | |
| parent | 003b315ffda470847844fc236c12c9cf3803a9e0 (diff) | |
| download | homebrew-ea668ec2f00bcdb33e78093e1215a18a4cb7ac10.tar.bz2 | |
Git - revert to 1.7.3.1
Update the git urls to the previous version
as it looks like 1.7.3.2 had an bug.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 671472767..14b21b530 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.3.2.tar.bz2' - md5 '80bbef2adeaae852f04a9f143aaa5204' + url 'http://kernel.org/pub/software/scm/git/git-manpages-1.7.3.1.tar.bz2' + md5 '41a164c1ad025e0970b2365e27209a11' end class GitHtmldocs < Formula - url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.3.2.tar.bz2' - md5 '0f25e3ebfb98dfa9cee6d81315051d63' + url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.3.1.tar.bz2' + md5 'f9c9669fb00df38f1486763ace135666' end class Git < Formula - url 'http://kernel.org/pub/software/scm/git/git-1.7.3.2.tar.bz2' - md5 '902f7f07a789fedc0d2ac03656b85969' + url 'http://kernel.org/pub/software/scm/git/git-1.7.3.1.tar.bz2' + md5 '77e1611498919965fb65fd1f229ee155' homepage 'http://git-scm.com' def install |
