Skip to content

Commit

Permalink
Git - 1.7.3.2
Browse files Browse the repository at this point in the history
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 ea668ec.

Signed-off-by: Adam Vandenberg <[email protected]>
  • Loading branch information
tianyicui authored and adamv committed Nov 5, 2010
1 parent 6735ee9 commit 75af088
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Library/Formula/git.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
require 'formula'

class GitManuals < Formula
url 'http:https://kernel.org/pub/software/scm/git/git-manpages-1.7.3.1.tar.bz2'
md5 '41a164c1ad025e0970b2365e27209a11'
url 'http:https://kernel.org/pub/software/scm/git/git-manpages-1.7.3.2.tar.bz2'
md5 '80bbef2adeaae852f04a9f143aaa5204'
end

class GitHtmldocs < Formula
url 'http:https://kernel.org/pub/software/scm/git/git-htmldocs-1.7.3.1.tar.bz2'
md5 'f9c9669fb00df38f1486763ace135666'
url 'http:https://kernel.org/pub/software/scm/git/git-htmldocs-1.7.3.2.tar.bz2'
md5 '0f25e3ebfb98dfa9cee6d81315051d63'
end

class Git < Formula
url 'http:https://kernel.org/pub/software/scm/git/git-1.7.3.1.tar.bz2'
md5 '77e1611498919965fb65fd1f229ee155'
url 'http:https://kernel.org/pub/software/scm/git/git-1.7.3.2.tar.bz2'
md5 '902f7f07a789fedc0d2ac03656b85969'
homepage 'http:https://git-scm.com'

def install
Expand Down

0 comments on commit 75af088

Please sign in to comment.