{ "homepage": "https://cmake.org/", "description": "Open-source, cross-platform family of tools designed to build, test and package software", "version": "3.15.4", "license": "BSD-3-Clause", "architecture": { "64bit": { "url": "https://github.com/Kitware/CMake/releases/download/v3.15.4/cmake-3.15.4-win64-x64.zip", "hash": "5bb49c0274800c38833e515a01af75a7341db68ea82c71856bb3cf171d2068be", "extract_dir": "cmake-3.15.4-win64-x64" }, "32bit": { "url": "https://github.com/Kitware/CMake/releases/download/v3.15.4/cmake-3.15.4-win32-x86.zip", "hash": "19c2bfd26c4de4d8046dd5ad6de95b57a2556559ec81b13b94e63ea4ae49b3f2", "extract_dir": "cmake-3.15.4-win32-x86" } }, "bin": [ "bin/cmake.exe", "bin/cmcldeps.exe", "bin/cpack.exe", "bin/ctest.exe", "bin/cmake-gui.exe" ], "checkver": { "url": "https://cmake.org/download/", "regex": "Latest Release \\(([\\d.]+)\\)" }, "shortcuts": [ [ "bin/cmake-gui.exe", "cmake-gui" ] ], "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-win64-x64.zip", "extract_dir": "cmake-$version-win64-x64" }, "32bit": { "url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-win32-x86.zip", "extract_dir": "cmake-$version-win32-x86" } }, "hash": { "url": "$baseurl/cmake-$version-SHA-256.txt" } } }