mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 21:51:31 +00:00
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://cmake.org/",
|
|
"version": "3.10.3",
|
|
"license": "https://cmake.org/licensing/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cmake.org/files/v3.10/cmake-3.10.3-win64-x64.zip",
|
|
"hash": "3bd57d1cfcf720a4cc72db77bda4c76a7b700fb0341821ad868963ad28856cd0",
|
|
"extract_dir": "cmake-3.10.3-win64-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://cmake.org/files/v3.10/cmake-3.10.3-win32-x86.zip",
|
|
"hash": "edbbfb7f6f4e4f913de4a16d228cf6156ac7071596b6d25f2891a60a006735ea",
|
|
"extract_dir": "cmake-3.10.3-win32-x86"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin/cmake.exe",
|
|
"bin/cmcldeps.exe",
|
|
"bin/cpack.exe",
|
|
"bin/ctest.exe",
|
|
"bin/cmake-gui.exe"
|
|
],
|
|
"checkver": {
|
|
"re": "Latest\\s+Release\\s+\\(([\\d+.]+)\\)",
|
|
"url": "https://cmake.org/download/"
|
|
},
|
|
"shortcuts": [
|
|
[
|
|
"bin/cmake-gui.exe",
|
|
"cmake-gui"
|
|
]
|
|
],
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cmake.org/files/v$majorVersion.$minorVersion/cmake-$version-win64-x64.zip",
|
|
"extract_dir": "cmake-$version-win64-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://cmake.org/files/v$majorVersion.$minorVersion/cmake-$version-win32-x86.zip",
|
|
"extract_dir": "cmake-$version-win32-x86"
|
|
}
|
|
}
|
|
}
|
|
}
|