mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 12:11:21 +00:00
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"homepage": "https://cmake.org/",
|
|
"version": "3.8.1",
|
|
"license": "https://cmake.org/licensing/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cmake.org/files/v3.8/cmake-3.8.1-win64-x64.zip",
|
|
"hash": "f2abe3d588365d46d84fe05e5644a2d85c981018e98b742ee60a3fc1d818d22b",
|
|
"extract_dir": "cmake-3.8.1-win64-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://cmake.org/files/v3.8/cmake-3.8.1-win32-x86.zip",
|
|
"hash": "0e9cbf89370440410da8639309053defa44f1ff5cc31476c1fdc8cc0b59604b0",
|
|
"extract_dir": "cmake-3.8.1-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"
|
|
}
|
|
}
|
|
}
|
|
}
|