{ "version": "3.22.0", "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.22.0/cmake-3.22.0-windows-x86_64.zip", "hash": "fcce74d1d7eaf825234c036702df3f0874dcd3cee8fdf90b56d0c7bfedd29465", "extract_dir": "cmake-3.22.0-windows-x86_64" }, "32bit": { "url": "https://github.com/Kitware/CMake/releases/download/v3.22.0/cmake-3.22.0-windows-i386.zip", "hash": "b7737d6934c4c0210f97eb7fdb20c86eec2cc1475c9395dcd376fd697fd33096", "extract_dir": "cmake-3.22.0-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" } } }