mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 00:41:22 +00:00
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"homepage": "https://cmake.org/",
|
|
"version": "3.8.0",
|
|
"license": "https://cmake.org/licensing/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cmake.org/files/v3.8/cmake-3.8.0-win64-x64.zip",
|
|
"hash": "602d6c0bd458291d21414f94ee24f5bb623f3a623409e15601cc80b9922ff6bd",
|
|
"extract_dir": "cmake-3.8.0-win64-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://cmake.org/files/v3.8/cmake-3.8.0-win32-x86.zip",
|
|
"hash": "857fca00974ad6ac12fa042373d85ad1288770d4f09fbd99753c822df76b1c6c",
|
|
"extract_dir": "cmake-3.8.0-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"
|
|
}
|
|
}
|
|
}
|
|
}
|