{ "version": "3.22.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.22.2/cmake-3.22.2-windows-x86_64.zip", "hash": "192d62eaecb0600e743f01058dfbd5b6bed91504fe8f56416febf54c38ce096e", "extract_dir": "cmake-3.22.2-windows-x86_64" }, "32bit": { "url": "https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2-windows-i386.zip", "hash": "c2b32d2b150ea70e353b658fefe5018c486e17a11e95d2e4e4b46dd6f87cea35", "extract_dir": "cmake-3.22.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" } } }