aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAsh Berlin2009-11-30 13:57:36 +0000
committerAsh Berlin2009-12-04 18:02:28 +0000
commit3c9bf691dbbac5649c98942e7299b58dfa986316 (patch)
treef8627723eb6d9f9381a0b459654c885e89262312 /Library/Formula
parentc1933d5d5c32ba8be2b152ba7b39e4a5a8b8b7f7 (diff)
downloadhomebrew-3c9bf691dbbac5649c98942e7299b58dfa986316.tar.bz2
cmake 2.8.0
Update to latest version released 2009/11/04
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cmake.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/cmake.rb b/Library/Formula/cmake.rb
index 280fd25a5..eec5641b5 100644
--- a/Library/Formula/cmake.rb
+++ b/Library/Formula/cmake.rb
@@ -1,9 +1,9 @@
require 'formula'
class Cmake <Formula
- @url='http://www.cmake.org/files/v2.6/cmake-2.6.4.tar.gz'
- @md5='50f387d0436696c4a68b5512a72c9cde'
- @homepage='http://www.cmake.org/'
+ url 'http://www.cmake.org/files/v2.8/cmake-2.8.0.tar.gz'
+ md5 '3b3679b8a6afaedc38a8c15dd7ff4fcf'
+ homepage 'http://www.cmake.org/'
def install
# xmlrpc is a stupid little library, rather than waste our users' time
@@ -20,4 +20,4 @@ class Cmake <Formula
"--mandir=/share/man"
system "make install"
end
-end \ No newline at end of file
+end