From 1c5750e3c249f9f83151ebfb8f36dc2497f81dd2 Mon Sep 17 00:00:00 2001 From: Huu Nguyen Date: Fri, 13 Mar 2015 09:23:23 -0700 Subject: cmake 3.2.1 Update cmake formula to 3.2.1. The newest cmake picks up a system jsoncpp installation by default, so using the argument --no-system-jsoncpp is necessary to keep system dependencies the same as before. Closes #37686. Signed-off-by: Mike McQuaid --- Library/Formula/cmake.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/cmake.rb b/Library/Formula/cmake.rb index d28f41a65..d6909a320 100644 --- a/Library/Formula/cmake.rb +++ b/Library/Formula/cmake.rb @@ -20,8 +20,8 @@ end class Cmake < Formula homepage "http://www.cmake.org/" - url "http://www.cmake.org/files/v3.1/cmake-3.1.3.tar.gz" - sha1 "5b9bb6e6f8c93335a0ef7b6c2d00a5273c2ea6cc" + url "http://www.cmake.org/files/v3.2/cmake-3.2.1.tar.gz" + sha1 "53c1fe2aaae3b2042c0fe5de177f73ef6f7b267f" head "http://cmake.org/cmake.git" bottle do @@ -86,6 +86,7 @@ class Cmake < Formula --system-libs --parallel=#{ENV.make_jobs} --no-system-libarchive + --no-system-jsoncpp --datadir=/share/cmake --docdir=/share/doc/cmake --mandir=/share/man -- cgit v1.2.3