diff options
| author | Benjamin Kramer | 2009-12-25 23:54:14 +0100 | 
|---|---|---|
| committer | Benjamin Kramer | 2009-12-25 23:54:14 +0100 | 
| commit | 14fd1a19b553dca348165c3c5576444f5c07ecd6 (patch) | |
| tree | 0d91b17fe04f099c982e09f0304c0ec44056db71 /Library/Formula/git.rb | |
| parent | 34dc7b7068f4535429662e061a5a1948269c2f04 (diff) | |
| download | homebrew-14fd1a19b553dca348165c3c5576444f5c07ecd6.tar.bz2 | |
Bump git to 1.6.6
The llvm problem was fixed in git/git@b073b7a990deb1cb3425db45642fa18c8b3cb65c
Diffstat (limited to 'Library/Formula/git.rb')
| -rw-r--r-- | Library/Formula/git.rb | 12 | 
1 files changed, 4 insertions, 8 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 7517bd918..1b831d507 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -1,20 +1,16 @@  require 'formula'  class GitManuals <Formula -  url 'http://kernel.org/pub/software/scm/git/git-manpages-1.6.5.7.tar.bz2' -  md5 'bafa2e4b914df994ede6a5b401018ef5' +  url 'http://kernel.org/pub/software/scm/git/git-manpages-1.6.6.tar.bz2' +  md5 '2f31c767576fa693b5b45244a022fdd3'  end  class Git <Formula -  url 'http://kernel.org/pub/software/scm/git/git-1.6.5.7.tar.bz2' -  md5 '0c2eb426cf596755d6d57a83c9a78be7' +  url 'http://kernel.org/pub/software/scm/git/git-1.6.6.tar.bz2' +  md5 '25e4bcdc528b3ffadc6e59908a513881'    homepage 'http://git-scm.com'    def install -    # sadly, there's a bug in LLVM: -    # http://www.mail-archive.com/llvmbugs@cs.uiuc.edu/msg03791.html -    ENV.gcc_4_2 -      # if these things are installed, tell git build system to not use them      ENV['NO_FINK']='1'      ENV['NO_DARWIN_PORTS']='1'  | 
