2023-03-30 12:31:03 +00:00

51 lines
1.7 KiB
JSON

{
"version": "3.26.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.26.2/cmake-3.26.2-windows-x86_64.zip",
"hash": "193d93b049b335b003a162d6a24633d4ba2d8d7ee9b392d54dfde88924d792f8",
"extract_dir": "cmake-3.26.2-windows-x86_64"
},
"32bit": {
"url": "https://github.com/Kitware/CMake/releases/download/v3.26.2/cmake-3.26.2-windows-i386.zip",
"hash": "4b6a14f679423f27f1c7e8a1be554abde726c4be4b56a75d76d12a42efb5912b",
"extract_dir": "cmake-3.26.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"
}
}
}