Update cmake to version 3.8.0

This commit is contained in:
Richard Kuhnt 2017-04-10 22:01:20 +02:00
parent f3de13e601
commit fda980efb7

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://cmake.org/", "homepage": "https://cmake.org/",
"version": "3.7.2", "version": "3.8.0",
"license": "https://cmake.org/licensing/", "license": "https://cmake.org/licensing/",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://cmake.org/files/v3.7/cmake-3.7.2-win64-x64.zip", "url": "https://cmake.org/files/v3.8/cmake-3.8.0-win64-x64.zip",
"hash": "def3bb81dfd922ce1ea2a0647645eefb60e128d520c8ca707c5996c331bc8b48", "hash": "602d6c0bd458291d21414f94ee24f5bb623f3a623409e15601cc80b9922ff6bd",
"extract_dir": "cmake-3.7.2-win64-x64" "extract_dir": "cmake-3.8.0-win64-x64"
}, },
"32bit": { "32bit": {
"url": "https://cmake.org/files/v3.7/cmake-3.7.2-win32-x86.zip", "url": "https://cmake.org/files/v3.8/cmake-3.8.0-win32-x86.zip",
"hash": "ec5e299d412e0272e01d4de5bf07718f42c96361f83d51cc39f91bf49cc3e5c3", "hash": "857fca00974ad6ac12fa042373d85ad1288770d4f09fbd99753c822df76b1c6c",
"extract_dir": "cmake-3.7.2-win32-x86" "extract_dir": "cmake-3.8.0-win32-x86"
} }
}, },
"bin": [ "bin": [
@ -26,7 +26,10 @@
"url": "https://cmake.org/download/" "url": "https://cmake.org/download/"
}, },
"shortcuts": [ "shortcuts": [
[ "bin/cmake-gui.exe", "cmake-gui" ] [
"bin/cmake-gui.exe",
"cmake-gui"
]
], ],
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {