mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 03:01:22 +00:00
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://cmake.org/",
|
|
"version": "3.10.2",
|
|
"license": "https://cmake.org/licensing/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cmake.org/files/v3.10/cmake-3.10.2-win64-x64.zip",
|
|
"hash": "fd44d90d7eab48fbca0862e758d07f84e027ef68cb0d7a2d1ec865964ca58b12",
|
|
"extract_dir": "cmake-3.10.2-win64-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://cmake.org/files/v3.10/cmake-3.10.2-win32-x86.zip",
|
|
"hash": "f5f7e41a21d0e9b655aca58498b08e17ecd27796bf82837e2c84435359169dd6",
|
|
"extract_dir": "cmake-3.10.2-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"
|
|
}
|
|
}
|
|
}
|
|
}
|