aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cmake.rb
diff options
context:
space:
mode:
authorMike McQuaid2011-02-16 17:10:41 +0000
committerMike McQuaid2011-02-16 17:11:08 +0000
commit3e6488aa47668eecde071b903427d76f709f2218 (patch)
treee79d7af0b203829f967067995e0e2eff434acc0e /Library/Formula/cmake.rb
parent5e068821f60c3b246fbf3759a7632fb5ab7c5f04 (diff)
downloadhomebrew-3e6488aa47668eecde071b903427d76f709f2218.tar.bz2
Upgrade CMake to 2.8.4.
Diffstat (limited to 'Library/Formula/cmake.rb')
-rw-r--r--Library/Formula/cmake.rb11
1 files changed, 2 insertions, 9 deletions
diff --git a/Library/Formula/cmake.rb b/Library/Formula/cmake.rb
index ff4750938..1de209ef5 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.3.tar.gz'
- md5 'a76a44b93acf5e3badda9de111385921'
+ url 'http://www.cmake.org/files/v2.8/cmake-2.8.4.tar.gz'
+ md5 '209b7d1d04b2e00986538d74ba764fcf'
homepage 'http://www.cmake.org/'
- def patches
- # Adds support for enabling/disabling specific system libraries
- # http://public.kitware.com/Bug/view.php?id=11431
- # Shouldn't be needed in 2.8.4
- "http://cmake.org/gitweb?p=cmake.git;a=patch;h=60d72b56"
- end
-
def install
# A framework-installed expat will be detected and mess things up.
if File.exist? "/Library/Frameworks/expat.framework"