cmake 3.7.0

Closes #6853.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
ilovezfs 2016-11-12 04:05:11 -08:00
parent b0cb1e3808
commit 6bdf180a79

View file

@ -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)"