ScoopInstaller_Main/cmake.json
2017-01-02 19:12:47 -08:00

29 lines
908 B
JSON

{
"homepage": "https://cmake.org/",
"version": "3.7.1",
"license": "https://cmake.org/licensing/",
"architecture": {
"64bit": {
"url": "https://cmake.org/files/v3.7/cmake-3.7.1-win64-x64.zip",
"hash": "659ecb8207e1266786188c7eaf45308458ba5f719c985970f6f55ec0b5a96746",
"extract_dir": "cmake-3.7.1-win64-x64"
},
"32bit": {
"url": "https://cmake.org/files/v3.7/cmake-3.7.1-win32-x86.zip",
"hash": "d2ec53ba3e3a12f734ed7127704ff9a83361e7cc6f9a0f0b3e2b56d9868a76b9",
"extract_dir": "cmake-3.7.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/"
}
}