2023-09-21 00:33:20 +00:00

60 lines
2.2 KiB
JSON

{
"version": "3.27.6",
"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.27.6/cmake-3.27.6-windows-x86_64.zip",
"hash": "f013a0cca091aa953f9a60a99292ec7a20ae3f9ceb05cb5c08ebe164097c526f",
"extract_dir": "cmake-3.27.6-windows-x86_64"
},
"32bit": {
"url": "https://github.com/Kitware/CMake/releases/download/v3.27.6/cmake-3.27.6-windows-i386.zip",
"hash": "2bcbe76c0957fb059216bce499c27e4674eb60032f855eb2bc81dc6f2f6c0d6d",
"extract_dir": "cmake-3.27.6-windows-i386"
},
"arm64": {
"url": "https://github.com/Kitware/CMake/releases/download/v3.27.6/cmake-3.27.6-windows-arm64.zip",
"hash": "980b7e532d77bfb4e5814c76403242c503019f1c0699440220cf2d527c8ff350",
"extract_dir": "cmake-3.27.6-windows-arm64"
}
},
"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"
},
"arm64": {
"url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-windows-arm64.zip",
"extract_dir": "cmake-$version-windows-arm64"
}
},
"hash": {
"url": "$baseurl/cmake-$version-SHA-256.txt"
}
}
}