ScoopInstaller_Main/cmake.json
Richard Kuhnt 5295cc0a44 Use https everywhere possible (#1086)
* Use https everywhere possible

* Update version checks
2016-10-15 08:25:02 +10:00

26 lines
853 B
JSON

{
"homepage": "https://cmake.org/",
"version": "3.6.2",
"license": "https://cmake.org/licensing/",
"architecture": {
"64bit": {
"url": "https://cmake.org/files/v3.6/cmake-3.6.2-win64-x64.zip",
"hash": "61337a0528fc3902d7f2f7594959aa6aa48a52863dd2da335a0e248b5eb8acaf",
"extract_dir": "cmake-3.6.2-win64-x64"
},
"32bit": {
"url": "https://cmake.org/files/v3.6/cmake-3.6.2-win32-x86.zip",
"hash": "613eec5a8b2e2c49826e0e8e18f516b6f2b481309ae55925d226ce8ab78b0fba",
"extract_dir": "cmake-3.6.2-win32-x86"
}
},
"bin": [
"bin/cmake.exe",
"bin/cmcldeps.exe",
"bin/cpack.exe",
"bin/ctest.exe",
"bin/cmake-gui.exe"
],
"checkver": "CMake\\s+([\\d.]+)\\s+available\\s+for\\s+download"
}