cmake 3.7.0
Closes #6853. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
b0cb1e3808
commit
6bdf180a79
1 changed files with 2 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
||||||
class Cmake < Formula
|
class Cmake < Formula
|
||||||
desc "Cross-platform make"
|
desc "Cross-platform make"
|
||||||
homepage "https://www.cmake.org/"
|
homepage "https://www.cmake.org/"
|
||||||
url "https://cmake.org/files/v3.6/cmake-3.6.3.tar.gz"
|
url "https://cmake.org/files/v3.7/cmake-3.7.0.tar.gz"
|
||||||
sha256 "7d73ee4fae572eb2d7cd3feb48971aea903bb30a20ea5ae8b4da826d8ccad5fe"
|
sha256 "ed63e05c41aeb6c036e503114ab15847f29c312f9f21f5f1a7060a4b4ec2fb31"
|
||||||
|
|
||||||
head "https://cmake.org/cmake.git"
|
head "https://cmake.org/cmake.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -13,11 +12,6 @@ class Cmake < Formula
|
||||||
sha256 "16f91ff94d784b2120e248650a7a99c5974d325900f94ead54392b2fdaabeb8e" => :yosemite
|
sha256 "16f91ff94d784b2120e248650a7a99c5974d325900f94ead54392b2fdaabeb8e" => :yosemite
|
||||||
end
|
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 "without-docs", "Don't build man pages"
|
||||||
option "with-completion", "Install Bash completion (Has potential problems with system bash)"
|
option "with-completion", "Install Bash completion (Has potential problems with system bash)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue