ScoopInstaller_Main/cmake.json
2019-03-23 14:08:39 -04:00

51 lines
1.6 KiB
JSON

{
"homepage": "https://cmake.org/",
"description": "Open-source, cross-platform family of tools designed to build, test and package software",
"version": "3.14.0",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://cmake.org/files/v3.14/cmake-3.14.0-win64-x64.zip",
"hash": "40e8140d68120378262322bbc8c261db8d184d7838423b2e5bf688a6209d3807",
"extract_dir": "cmake-3.14.0-win64-x64"
},
"32bit": {
"url": "https://cmake.org/files/v3.14/cmake-3.14.0-win32-x86.zip",
"hash": "9eb42917f9c5dc30ff86d8197497e4f8e2f4455b4c07841aa3dfb3283902d1ee",
"extract_dir": "cmake-3.14.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"
}
},
"hash": {
"url": "$baseurl/cmake-$version-SHA-256.txt"
}
}
}