2026-01-27 20:30:21 +00:00

60 lines
2.2 KiB
JSON

{
"version": "4.2.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/v4.2.3/cmake-4.2.3-windows-x86_64.zip",
"hash": "eb4ebf5155dbb05436d675706b2a08189430df58904257ae5e91bcba4c86933c",
"extract_dir": "cmake-4.2.3-windows-x86_64"
},
"32bit": {
"url": "https://github.com/Kitware/CMake/releases/download/v4.2.3/cmake-4.2.3-windows-i386.zip",
"hash": "ad46d82c99a818a2cdd694fe82bec99f0cb557d864dc5fff5d54d347c7cdd98f",
"extract_dir": "cmake-4.2.3-windows-i386"
},
"arm64": {
"url": "https://github.com/Kitware/CMake/releases/download/v4.2.3/cmake-4.2.3-windows-arm64.zip",
"hash": "751b206b1cf65151b72c525d26267c1d9beebf8fafc365ae00286571d9fd3ed9",
"extract_dir": "cmake-4.2.3-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"
}
}
}