{ "homepage": "https://cmake.org/", "description": "Open-source, cross-platform family of tools designed to build, test and package software", "version": "3.12.0", "license": "BSD-3-Clause", "architecture": { "64bit": { "url": "https://cmake.org/files/v3.12/cmake-3.12.0-win64-x64.zip", "hash": "b42e55410fa2629e3a876b4993fd6daea8e2629cb840d40c5a26247c923caf03", "extract_dir": "cmake-3.12.0-win64-x64" }, "32bit": { "url": "https://cmake.org/files/v3.12/cmake-3.12.0-win32-x86.zip", "hash": "4b6dac9c91e3ed611cc89f9b16912bf830d9e95eb06de3132c369a499c386df1", "extract_dir": "cmake-3.12.0-win32-x86" } }, "bin": [ "bin/cmake.exe", "bin/cmcldeps.exe", "bin/cpack.exe", "bin/ctest.exe", "bin/cmake-gui.exe" ], "checkver": { "re": "Latest\\s+Release\\s+\\(([\\d+.]+)\\)", "url": "https://cmake.org/download/" }, "shortcuts": [ [ "bin/cmake-gui.exe", "cmake-gui" ] ], "autoupdate": { "architecture": { "64bit": { "url": "https://cmake.org/files/v$majorVersion.$minorVersion/cmake-$version-win64-x64.zip", "extract_dir": "cmake-$version-win64-x64" }, "32bit": { "url": "https://cmake.org/files/v$majorVersion.$minorVersion/cmake-$version-win32-x86.zip", "extract_dir": "cmake-$version-win32-x86" } }, "hash": { "url": "$baseurl/cmake-$version-SHA-256.txt" } } }