diff options
| author | Max Howell | 2010-01-21 09:30:41 +0000 |
|---|---|---|
| committer | Max Howell | 2010-01-21 09:30:41 +0000 |
| commit | f54f81c9d0726a3e02cb17cfc456090cabe9a46b (patch) | |
| tree | 73cde84ccd6e7e0531796c2b1d2c8eb19249ad01 /Library/Formula/git.rb | |
| parent | 3949feaa75c632376c600758bccc6c2f82902695 (diff) | |
| download | homebrew-f54f81c9d0726a3e02cb17cfc456090cabe9a46b.tar.bz2 | |
Bump Git to 1.6.6.1
Diffstat (limited to 'Library/Formula/git.rb')
| -rw-r--r-- | Library/Formula/git.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 72f7706a4..62d689178 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -1,13 +1,13 @@ require 'formula' class GitManuals <Formula - url 'http://kernel.org/pub/software/scm/git/git-manpages-1.6.6.tar.bz2' - md5 '2f31c767576fa693b5b45244a022fdd3' + url 'http://kernel.org/pub/software/scm/git/git-manpages-1.6.6.1.tar.bz2' + md5 '18cbc20056058ef4d336896f628fc3b8' end class Git <Formula - url 'http://kernel.org/pub/software/scm/git/git-1.6.6.tar.bz2' - md5 '25e4bcdc528b3ffadc6e59908a513881' + url 'http://kernel.org/pub/software/scm/git/git-1.6.6.1.tar.bz2' + md5 '9d254bfdae56c6fa124d8a1312a1b034' homepage 'http://git-scm.com' def install |
