From 75af08899be7424583475dec17841d6db0f57625 Mon Sep 17 00:00:00 2001 From: Tianyi Cui Date: Fri, 5 Nov 2010 17:22:21 +0800 Subject: Git - 1.7.3.2 The downloads for "1.7.3.2" were missing for a while, so we reverted to 1.7.3.1; the .2 versions are back up, and no security issue on that version is known, so bumping back up to that version. This reverts commit ea668ec2f00bcdb33e78093e1215a18a4cb7ac10. Signed-off-by: Adam Vandenberg --- Library/Formula/git.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Library') diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 14b21b530..671472767 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.1.tar.bz2' - md5 '41a164c1ad025e0970b2365e27209a11' + url 'http://kernel.org/pub/software/scm/git/git-manpages-1.7.3.2.tar.bz2' + md5 '80bbef2adeaae852f04a9f143aaa5204' end class GitHtmldocs < Formula - url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.3.1.tar.bz2' - md5 'f9c9669fb00df38f1486763ace135666' + url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.3.2.tar.bz2' + md5 '0f25e3ebfb98dfa9cee6d81315051d63' end class Git < Formula - url 'http://kernel.org/pub/software/scm/git/git-1.7.3.1.tar.bz2' - md5 '77e1611498919965fb65fd1f229ee155' + url 'http://kernel.org/pub/software/scm/git/git-1.7.3.2.tar.bz2' + md5 '902f7f07a789fedc0d2ac03656b85969' homepage 'http://git-scm.com' def install -- cgit v1.2.3