ScoopInstaller_Main/cmake.json
Roy Ivy III a5d219e0c9 whitespace cleanup
* makes changes to almost all main repo files to be in accordance with .editorconfig
* some files in "test\fixtures\..." were left alone to avoid breaking tests
* NOTE: whitespace changes *only* (`git diff -b` shows no changes)
2015-08-17 22:54:43 -05:00

16 lines
490 B
JSON

{
"homepage": "http://www.cmake.org/",
"version": "3.2.2",
"license": "http://www.cmake.org/licensing/",
"url": "http://www.cmake.org/files/v3.2/cmake-3.2.2-win32-x86.zip",
"hash": "8728119BBB48468AB45230A579463729E7B12D6BABFA1AD77E771B239B5430DB",
"extract_dir": "cmake-3.2.2-win32-x86",
"bin": [
"bin/cmake.exe",
"bin/cmcldeps.exe",
"bin/cpack.exe",
"bin/ctest.exe"
],
"checkver": "Download CMake Version ([0-9\\.]+)"
}