diff options
Diffstat (limited to 'Library/Formula/git.rb')
| -rw-r--r-- | Library/Formula/git.rb | 4 |
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 |
