-
Notifications
You must be signed in to change notification settings - Fork 4
40 lines (40 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"version": "3.18.0",
"description": "Open-source, cross-platform family of tools designed to build, test and package software",
"homepage": "https://cmake.org/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/Kitware/CMake/releases/download/v3.18.0/cmake-3.18.0-win64-x64.zip",
"hash": "a00307a70d5dd133d6788915f2c6ea4b1946bf3a1eb06a686b088a65cfe7c0d6",
"extract_dir": "cmake-3.18.0-win64-x64"
},
"32bit": {
"url": "https://github.com/Kitware/CMake/releases/download/v3.18.0/cmake-3.18.0-win32-x86.zip",
"hash": "8cc217b2cb01a69ce0c735d77a2d4e96199d6694452bbb43ea43696bf80e7daa",
"extract_dir": "cmake-3.18.0-win32-x86"
}
},
"bin": [
"bin/cmake.exe",
"bin/cmcldeps.exe",
"bin/cpack.exe",
"bin/ctest.exe",
"bin/cmake-gui.exe"
],
"checkver": { "url": "https://cmake.org/download/", "regex": "Latest Release \\(([\\d.]+)\\)" },
"shortcuts": [["bin/cmake-gui.exe", "cmake-gui"]],
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-win64-x64.zip",
"extract_dir": "cmake-$version-win64-x64"
},
"32bit": {
"url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-win32-x86.zip",
"extract_dir": "cmake-$version-win32-x86"
}
},
"hash": { "url": "$baseurl/cmake-$version-SHA-256.txt" }
}
}