diff options
| author | Max Howell | 2010-04-23 11:27:24 +0100 |
|---|---|---|
| committer | Max Howell | 2010-04-23 11:28:45 +0100 |
| commit | adf7d82318474569696d59e1b95e1bb99a7e1670 (patch) | |
| tree | c115c7e5bfa9ec94e3b6b08987c63f1b436e9a92 /Library | |
| parent | ee8c805b65e41356f76c0aa40d0a464c587cca04 (diff) | |
| download | homebrew-adf7d82318474569696d59e1b95e1bb99a7e1670.tar.bz2 | |
Git 1.7.0.6
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 961a79e25..6039906a0 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.0.5.tar.bz2' - md5 '90eb5fb193a218176d2d9b841128a717' + url 'http://kernel.org/pub/software/scm/git/git-manpages-1.7.0.6.tar.bz2' + md5 'a674816c97495ffce58cd2cdda6b1fc5' end class GitHtmldocs < Formula - url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.0.5.tar.bz2' - md5 '74c7320440049ba497d9efc8b0134474' + url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.0.6.tar.bz2' + md5 'bfd2744698e3cfbed42feb08525630b4' end class Git < Formula - url 'http://kernel.org/pub/software/scm/git/git-1.7.0.5.tar.bz2' - md5 '77d50f41ef282752dc69d9a47765f5c7' + url 'http://kernel.org/pub/software/scm/git/git-1.7.0.6.tar.bz2' + md5 '0ca52eb23012cf3d96de7a33603309f2' homepage 'http://git-scm.com' def install |
