ScoopInstaller_Main/cmake.json
2016-08-27 08:52:15 +10:00

26 lines
861 B
JSON

{
"homepage": "http://www.cmake.org/",
"version": "3.6.1",
"license": "http://www.cmake.org/licensing/",
"architecture": {
"64bit": {
"url": "https://cmake.org/files/v3.6/cmake-3.6.1-win64-x64.zip",
"hash": "c5f7bc95c395a5edae5a3311b844a275ae39db5a5572ac50da49d7496156f5f3",
"extract_dir": "cmake-3.6.1-win64-x64"
},
"32bit": {
"url": "https://cmake.org/files/v3.6/cmake-3.6.1-win32-x86.zip",
"hash": "60089b4e05a997edda49f40d4b6db883e0ce5bbe9fdedb5106739dbfe58a8055",
"extract_dir": "cmake-3.6.1-win32-x86"
}
},
"bin": [
"bin/cmake.exe",
"bin/cmcldeps.exe",
"bin/cpack.exe",
"bin/ctest.exe",
"bin/cmake-gui.exe"
],
"checkver": "CMake\\s+([0-9\\.]+)\\s+available\\s+for\\s+download"
}