-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcmake@3.21.3.json
40 lines (40 loc) · 1.38 KB
/
cmake@3.21.3.json
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.21.3",
"description": "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.21.3/cmake-3.21.3-windows-x86_64.zip",
"hash": "e28178103fad901a99fb201fac04e4787d4cd4f664c5db88998c57eed68843b9",
"extract_dir": "cmake-3.21.3-windows-x86_64"
},
"32bit": {
"url": "https://github.com/Kitware/CMake/releases/download/v3.21.3/cmake-3.21.3-windows-i386.zip",
"hash": "b38d83a7670af97d4b8bca2a70f25f8e4cb2d912eb7c371ad3d4a263c2c841d2",
"extract_dir": "cmake-3.21.3-windows-i386"
}
},
"bin": [
"bin\\cmake.exe",
"bin\\cmcldeps.exe",
"bin\\cpack.exe",
"bin\\ctest.exe",
"bin\\cmake-gui.exe"
],
"shortcuts": [["bin\\cmake-gui.exe", "cmake-gui"]],
"checkver": { "url": "https://cmake.org/download/", "regex": "Latest Release \\(([\\d.]+)\\)" },
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-windows-x86_64.zip",
"extract_dir": "cmake-$version-windows-x86_64"
},
"32bit": {
"url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-windows-i386.zip",
"extract_dir": "cmake-$version-windows-i386"
}
},
"hash": { "url": "$baseurl/cmake-$version-SHA-256.txt" }
}
}