diff options
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"  | 
