2022-08-18 00:33:54 +00:00

51 lines
1.7 KiB
JSON

{
"version": "3.24.1",
"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.1/cmake-3.24.1-windows-x86_64.zip",
"hash": "c1b17431a16337d517f7ba78c7067b6f143a12686cb8087f3dd32f3fa45f5aae",
"extract_dir": "cmake-3.24.1-windows-x86_64"
},
"32bit": {
"url": "https://github.com/Kitware/CMake/releases/download/v3.24.1/cmake-3.24.1-windows-i386.zip",
"hash": "a0b894e2a814d2353f1e581eb6ca3c878a39c071624495729dbcf9978e1579f2",
"extract_dir": "cmake-3.24.1-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"
}
}
}