diff options
| author | Andrew Marshall | 2011-02-04 00:21:08 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2011-02-04 08:49:01 +0000 |
| commit | 5ee22a61bf5ef5ff56d467b957d66bff54f5848b (patch) | |
| tree | 670975fea8f85531d62fb62bf9dc03f201b320f2 | |
| parent | 41f5eb2cc42682872367eb31a89bc7674060720d (diff) | |
| download | homebrew-5ee22a61bf5ef5ff56d467b957d66bff54f5848b.tar.bz2 | |
Update git to v1.7.4
Closes #4122.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -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 1edb9fbd8..ca8d98003 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.5.tar.bz2' - md5 '75d9db900fbbde05cdd6d30da6e4f1f5' + url 'http://kernel.org/pub/software/scm/git/git-manpages-1.7.4.tar.bz2' + md5 'd13d42846a72335eb287e55bc980dc09' end class GitHtmldocs < Formula - url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.3.5.tar.bz2' - md5 '5bf800916b209ceaf8b2634b9b55fdc4' + url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.4.tar.bz2' + md5 'e5ef49860896db192e81d3d489f5c238' end class Git < Formula - url 'http://kernel.org/pub/software/scm/git/git-1.7.3.5.tar.bz2' - md5 '8a8cd93b8a4dff0a03c0fdc77253af3e' + url 'http://kernel.org/pub/software/scm/git/git-1.7.4.tar.bz2' + md5 'fa24dc1ef0b663327ea0fe1981365b39' homepage 'http://git-scm.com' def install |
