From 5fa045991657be6f85432291d6fa10e804872734 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Sun, 16 Oct 2016 22:07:03 -0700 Subject: [PATCH] cmake 3.7.0-rc1 (devel) Closes #5995. Signed-off-by: ilovezfs --- Formula/cmake.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/cmake.rb b/Formula/cmake.rb index f24b3e8e04..48c5491730 100644 --- a/Formula/cmake.rb +++ b/Formula/cmake.rb @@ -14,6 +14,11 @@ class Cmake < Formula sha256 "ce89b3f58c40a2154dc7c836340758b6d5dc3aadf0215961a2fb0200e370f3fc" => :mavericks end + devel do + url "https://cmake.org/files/v3.7/cmake-3.7.0-rc1.tar.gz" + sha256 "c736e83149493e7f897fa10b2e535012dc58763331980385060904a1795be0c0" + end + option "without-docs", "Don't build man pages" option "with-completion", "Install Bash completion (Has potential problems with system bash)"