mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 21:01:25 +00:00
60 lines
2.2 KiB
JSON
60 lines
2.2 KiB
JSON
{
|
|
"version": "4.2.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.2.0/cmake-4.2.0-windows-x86_64.zip",
|
|
"hash": "cf35a516c4f5f4646b301e51c8e24b168cc012c3b1453b8f675303b54eb0ef45",
|
|
"extract_dir": "cmake-4.2.0-windows-x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Kitware/CMake/releases/download/v4.2.0/cmake-4.2.0-windows-i386.zip",
|
|
"hash": "aaa3c5f810f2720c63e3b6b5677d0f57fdff705f85e1de2043d716421469d63b",
|
|
"extract_dir": "cmake-4.2.0-windows-i386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Kitware/CMake/releases/download/v4.2.0/cmake-4.2.0-windows-arm64.zip",
|
|
"hash": "9eb3e88083dda569a4086c48517f5d49bd7b505dada79075ea7cb6e2ac6e0a1e",
|
|
"extract_dir": "cmake-4.2.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"
|
|
}
|
|
}
|
|
}
|