From a2ea93f9c18a7b0b1c51f5e39b934e577c0f7c9b Mon Sep 17 00:00:00 2001 From: Aaron Sun Date: Thu, 11 Feb 2016 15:11:29 +0000 Subject: [PATCH] Update cmake to 3.4.3 --- cmake.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/cmake.json b/cmake.json index 8fbbc56e7a..6985f4f9a4 100644 --- a/cmake.json +++ b/cmake.json @@ -1,15 +1,16 @@ { "homepage": "http://www.cmake.org/", - "version": "3.3.1", + "version": "3.4.3", "license": "http://www.cmake.org/licensing/", - "url": "http://www.cmake.org/files/v3.3/cmake-3.3.1-win32-x86.zip", - "hash": "618fd27dce2ed83a98740b427e7f9d16577db3e04afb93ba2aca524981044b8b", - "extract_dir": "cmake-3.3.1-win32-x86", + "url": "https://cmake.org/files/v3.4/cmake-3.4.3-win32-x86.zip", + "hash": "448e894dd3df7f3f1ae509ab940f6fd5653ce86eba0677e19ad4bccb44a585ae", + "extract_dir": "cmake-3.4.3-win32-x86", "bin": [ "bin/cmake.exe", "bin/cmcldeps.exe", "bin/cpack.exe", - "bin/ctest.exe" + "bin/ctest.exe", + "bin/cmake-gui.exe" ], "checkver": "Download CMake Version ([0-9\\.]+)" }