diff options
| author | Gray Manley | 2011-01-20 04:51:13 -0600 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-01-20 08:46:43 -0800 | 
| commit | cbd66dc104dfc9d4f8c92a8d0a1a7369f44615ed (patch) | |
| tree | 8dd3d190726addbf23a76f03d80ce21cb8192f92 /Library/Formula/ccache.rb | |
| parent | 08a0db57c7250c49f982ce63e4888c9583fc2654 (diff) | |
| download | homebrew-cbd66dc104dfc9d4f8c92a8d0a1a7369f44615ed.tar.bz2 | |
Update ccache to version 3.1.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ccache.rb')
| -rw-r--r-- | Library/Formula/ccache.rb | 8 | 
1 files changed, 6 insertions, 2 deletions
diff --git a/Library/Formula/ccache.rb b/Library/Formula/ccache.rb index fc7482749..0a48c5d68 100644 --- a/Library/Formula/ccache.rb +++ b/Library/Formula/ccache.rb @@ -1,9 +1,9 @@  require 'formula'  class Ccache <Formula -  url 'http://samba.org/ftp/ccache/ccache-3.1.tar.bz2' +  url 'http://samba.org/ftp/ccache/ccache-3.1.4.tar.bz2'    homepage 'http://ccache.samba.org/' -  md5 '7961852e1e36f11559039c32142f58df' +  md5 '676fda8a9a5e02574435c32b22942abd'    def install      system "./configure", "--prefix=#{prefix}", "--mandir=#{man}" @@ -34,6 +34,10 @@ class Ccache <Formula        ccache, add this folder to the front of your PATH:          #{libexec} +      If this is an upgrade and you have previously added the symlinks to +      your PATH, you will need to modify it to the path specified above so +      it points to the new version. +        NOTE: ccache can prevent some software from compiling.      EOS    end  | 
