2025-11-20 00:40:40 +00:00

60 lines
2.2 KiB
JSON

{
"version": "4.1.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.1.3/cmake-4.1.3-windows-x86_64.zip",
"hash": "010d496453fdc5d11f88dbbcc0a5e54c5db7d9e04e008f516087d9d163301d89",
"extract_dir": "cmake-4.1.3-windows-x86_64"
},
"32bit": {
"url": "https://github.com/Kitware/CMake/releases/download/v4.1.3/cmake-4.1.3-windows-i386.zip",
"hash": "86165b662284d5c5c43478eff0470d1e9a2ea49602bad5f210e87ade68ba76cf",
"extract_dir": "cmake-4.1.3-windows-i386"
},
"arm64": {
"url": "https://github.com/Kitware/CMake/releases/download/v4.1.3/cmake-4.1.3-windows-arm64.zip",
"hash": "4b3ec4917d0d04bf9a83d171f3be552c9214e75597893b40bd10309033265ec5",
"extract_dir": "cmake-4.1.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"
}
}
}