aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2010-04-23 11:33:02 +0100
committerMax Howell2010-04-23 11:33:02 +0100
commit2c9138c91c1d4808e8c16098dc59dee7a0f7e9dd (patch)
treef7c12a317c86222dbe9b4963321b8630af76294a /Library
parent62a04e077e1598c538c62aec79fe86b0d2e415d4 (diff)
downloadhomebrew-2c9138c91c1d4808e8c16098dc59dee7a0f7e9dd.tar.bz2
Oops. Swap md5s. Hence this should be automated.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/git.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb
index 6039906a0..fc8a7d83a 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -2,12 +2,12 @@ require 'formula'
class GitManuals < Formula
url 'http://kernel.org/pub/software/scm/git/git-manpages-1.7.0.6.tar.bz2'
- md5 'a674816c97495ffce58cd2cdda6b1fc5'
+ md5 'bfd2744698e3cfbed42feb08525630b4'
end
class GitHtmldocs < Formula
url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.0.6.tar.bz2'
- md5 'bfd2744698e3cfbed42feb08525630b4'
+ md5 'a674816c97495ffce58cd2cdda6b1fc5'
end
class Git < Formula