2025-08-07 20:29:46 +00:00

60 lines
2.2 KiB
JSON

{
"version": "4.1.0",
"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.1.0/cmake-4.1.0-windows-x86_64.zip",
"hash": "5c09d23786daa89ac433a1a8237f2bdee9f420fb0f2b8a9aded7894d532c0076",
"extract_dir": "cmake-4.1.0-windows-x86_64"
},
"32bit": {
"url": "https://github.com/Kitware/CMake/releases/download/v4.1.0/cmake-4.1.0-windows-i386.zip",
"hash": "8f204250a3df83fa2e46cceae9e4077ba3032cf3b36f86ea5c97485cecc51f4d",
"extract_dir": "cmake-4.1.0-windows-i386"
},
"arm64": {
"url": "https://github.com/Kitware/CMake/releases/download/v4.1.0/cmake-4.1.0-windows-arm64.zip",
"hash": "a41bc485de4d17f213e127d43a22d010eb180dfb004d15e6fc9b15662d432c06",
"extract_dir": "cmake-4.1.0-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"
}
}
}