diff options
| author | Huu Nguyen | 2015-03-13 09:23:23 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-13 18:02:09 +0000 |
| commit | 1c5750e3c249f9f83151ebfb8f36dc2497f81dd2 (patch) | |
| tree | 32404adf7adb205298f104b4980dadcc4332cd74 /Library/Formula/cmake.rb | |
| parent | 63c6854d241c194d1d1730556a667758b5a4cd81 (diff) | |
| download | homebrew-1c5750e3c249f9f83151ebfb8f36dc2497f81dd2.tar.bz2 | |
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 <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/cmake.rb')
| -rw-r--r-- | Library/Formula/cmake.rb | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
