diff options
| author | David Waite | 2011-01-06 10:31:53 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-01-06 09:47:16 -0800 |
| commit | 8aeeaa40ebc72a224434ede5289212c775fa425a (patch) | |
| tree | 746dc296b0712d68901c09827323f7482e3f14ee /Library/Formula | |
| parent | ec7faf0abe10d9a1e490b51f72a776c8ac7ecdf2 (diff) | |
| download | homebrew-8aeeaa40ebc72a224434ede5289212c775fa425a.tar.bz2 | |
Upgrade git to version 1.7.3.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 124946773..1edb9fbd8 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.4.tar.bz2' - md5 'ec0883134fa00628d9057d1551d9c739' + url 'http://kernel.org/pub/software/scm/git/git-manpages-1.7.3.5.tar.bz2' + md5 '75d9db900fbbde05cdd6d30da6e4f1f5' end class GitHtmldocs < Formula - url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.3.4.tar.bz2' - md5 '2adbb534b28be52145ddd9bb5cca2f93' + url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.3.5.tar.bz2' + md5 '5bf800916b209ceaf8b2634b9b55fdc4' end class Git < Formula - url 'http://kernel.org/pub/software/scm/git/git-1.7.3.4.tar.bz2' - md5 '3a2602016f98c529cda7b9fad1a6e216' + url 'http://kernel.org/pub/software/scm/git/git-1.7.3.5.tar.bz2' + md5 '8a8cd93b8a4dff0a03c0fdc77253af3e' homepage 'http://git-scm.com' def install |
