ScoopInstaller_Main/cmake.json
Rémy badaddd646 Update outdated apps (#1116)
* update aria2 1.28.0

* update packer 0.11.0

* update php 7.0.13

* update git 2.10.2

* update nodejs 7.1.0

* update sqlite 3.15.1

* update cmake 3.6.3

* update r 3.3.2

* update perl 5.24.0.1

* update terraform 0.7.10 / migrate to 0.7

previous version was broken, since version 0.7 all the providers are in
the main binary
https://www.terraform.io/upgrade-guides/0-7.html

* update vagrant 1.8.7

* update sbcl 1.3.11

* update imagemagick

* update ffmpeg 20161108

* update git-lfs 1.4.4
2016-11-10 07:58:56 +11:00

26 lines
853 B
JSON

{
"homepage": "https://cmake.org/",
"version": "3.6.3",
"license": "https://cmake.org/licensing/",
"architecture": {
"64bit": {
"url": "https://cmake.org/files/v3.6/cmake-3.6.3-win64-x64.zip",
"hash": "263b78aba6e63098353b2f8beecf293f5f307f9a70575a81867c3f8cb18a6a99",
"extract_dir": "cmake-3.6.3-win64-x64"
},
"32bit": {
"url": "https://cmake.org/files/v3.6/cmake-3.6.3-win32-x86.zip",
"hash": "556628f134b2372b8f02688787ca44b02d893c57b6eeaa9271ac51a4a2d4a4ed",
"extract_dir": "cmake-3.6.3-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"
}