{ "version": "3.24.3", "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.24.3/cmake-3.24.3-windows-x86_64.zip", "hash": "86c605507e4175d1e1cd2fd9098d6a5b6bf6ff7f885f4b75ddfc9ac3dc1d4452", "extract_dir": "cmake-3.24.3-windows-x86_64" }, "32bit": { "url": "https://github.com/Kitware/CMake/releases/download/v3.24.3/cmake-3.24.3-windows-i386.zip", "hash": "f5a1a1314e539f04a5466a8b5e11d831507a9c2fc233f6dc976b6e304bd1e2ae", "extract_dir": "cmake-3.24.3-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" } } }