{ "version": "3.20.2", "description": "Family of tools designed to build, test and package software", "homepage": "https://cmake.org", "license": "BSD-3-Clause", "architecture": { "64bit": { "url": "https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2-windows-x86_64.zip", "hash": "15a49e2ab81c1822d75b1b1a92f7863f58e31f6d6aac1c4103eef2b071be3112", "extract_dir": "cmake-3.20.2-windows-x86_64" }, "32bit": { "url": "https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2-windows-i386.zip", "hash": "8ad1f1f9a1a0a0dc82107eb9a4351d91d4e72504b0343368f1569b72a5e48bc1", "extract_dir": "cmake-3.20.2-windows-i386" } }, "bin": [ "bin\\cmake.exe", "bin\\cmcldeps.exe", "bin\\cpack.exe", "bin\\ctest.exe", "bin\\cmake-gui.exe" ], "shortcuts": [ [ "bin\\cmake-gui.exe", "cmake-gui" ] ], "checkver": { "url": "https://cmake.org/download/", "regex": "Latest Release \\(([\\d.]+)\\)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-windows-x86_64.zip", "extract_dir": "cmake-$version-windows-x86_64" }, "32bit": { "url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-windows-i386.zip", "extract_dir": "cmake-$version-windows-i386" } }, "hash": { "url": "$baseurl/cmake-$version-SHA-256.txt" } } }