From b2140c05d20fdf88824b5eaed5cbb3d44c55facf Mon Sep 17 00:00:00 2001 From: Amir Masoud Abdol Date: Wed, 11 Jun 2014 19:09:19 +0200 Subject: [PATCH] cmake 3.0.0 Closes Homebrew/homebrew#30066. Signed-off-by: Jack Nagel --- Formula/cmake.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/cmake.rb b/Formula/cmake.rb index 0e11780c922ee..a3bc8f6de419b 100644 --- a/Formula/cmake.rb +++ b/Formula/cmake.rb @@ -22,8 +22,8 @@ def message; <<-EOS.undent class Cmake < Formula homepage 'http://www.cmake.org/' - url 'http://www.cmake.org/files/v2.8/cmake-2.8.12.2.tar.gz' - sha1 'cca70b307aa32a6a32c72e01fdfcecc84c1c2690' + url 'http://www.cmake.org/files/v3.0/cmake-3.0.0.tar.gz' + sha1 '4dfd9ee9b829c77175d655f22322f14747f11ad2' head 'http://cmake.org/cmake.git'