diff options
| author | Trevor Wennblom | 2011-07-16 05:37:29 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-07-16 08:59:20 -0700 | 
| commit | 86cda781bca1f4ed0b6989c907741358349a40c6 (patch) | |
| tree | 6425ba73270b292bff0bb7f1bf2cecf32bcd75ba /Library/Formula/cmake.rb | |
| parent | 7bf752e86655c8664941c5a49c4e74374aa98a4e (diff) | |
| download | homebrew-86cda781bca1f4ed0b6989c907741358349a40c6.tar.bz2 | |
cmake 2.8.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/cmake.rb')
| -rw-r--r-- | Library/Formula/cmake.rb | 11 | 
1 files changed, 2 insertions, 9 deletions
diff --git a/Library/Formula/cmake.rb b/Library/Formula/cmake.rb index 6307471cd..10566ac63 100644 --- a/Library/Formula/cmake.rb +++ b/Library/Formula/cmake.rb @@ -1,17 +1,10 @@  require 'formula'  class Cmake < Formula -  url 'http://www.cmake.org/files/v2.8/cmake-2.8.4.tar.gz' -  md5 '209b7d1d04b2e00986538d74ba764fcf' +  url 'http://www.cmake.org/files/v2.8/cmake-2.8.5.tar.gz' +  md5 '3c5d32cec0f4c2dc45f4c2e84f4a20c5'    homepage 'http://www.cmake.org/' -  def patches -    # fixes CMake 2.8 to 2.8.4 not recognizing non-standard Developer tools issue -    # fixed in CMake 2.8.5 (not yet released) -    # upstream issue at http://public.kitware.com/Bug/view.php?id=10723 -    "http://cmake.org/gitweb?p=cmake.git;a=patch;h=d421a433a89064926ae6aad532850b8bed113562" -  end -    def install      # A framework-installed expat will be detected and mess things up.      if File.exist? "/Library/Frameworks/expat.framework"  | 
