From 6bdf180a79d06905b163d8bcdcce09e6db38f2ee Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Sat, 12 Nov 2016 04:05:11 -0800 Subject: [PATCH] cmake 3.7.0 Closes #6853. Signed-off-by: ilovezfs --- Formula/cmake.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/cmake.rb b/Formula/cmake.rb index 57f2c46f24..01506d0f50 100644 --- a/Formula/cmake.rb +++ b/Formula/cmake.rb @@ -1,9 +1,8 @@ class Cmake < Formula desc "Cross-platform make" homepage "https://www.cmake.org/" - url "https://cmake.org/files/v3.6/cmake-3.6.3.tar.gz" - sha256 "7d73ee4fae572eb2d7cd3feb48971aea903bb30a20ea5ae8b4da826d8ccad5fe" - + url "https://cmake.org/files/v3.7/cmake-3.7.0.tar.gz" + sha256 "ed63e05c41aeb6c036e503114ab15847f29c312f9f21f5f1a7060a4b4ec2fb31" head "https://cmake.org/cmake.git" bottle do @@ -13,11 +12,6 @@ class Cmake < Formula sha256 "16f91ff94d784b2120e248650a7a99c5974d325900f94ead54392b2fdaabeb8e" => :yosemite end - devel do - url "https://cmake.org/files/v3.7/cmake-3.7.0-rc3.tar.gz" - sha256 "654a5f0400c88fb07cf7e882e6254d17f248663b51a85ff07d79f7ee7b4795bd" - end - option "without-docs", "Don't build man pages" option "with-completion", "Install Bash completion (Has potential problems with system bash)"