forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcmake-rc.json
46 lines (46 loc) · 1.46 KB
/
cmake-rc.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
41
42
43
44
45
46
{
"homepage": "https://cmake.org/",
"version": "3.12.0-rc1",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://cmake.org/files/v3.12/cmake-3.12.0-rc1-win64-x64.zip",
"hash": "5746a4e40a97c6df26a94356bf52d9ef32dfceb0e6b33d8e4638d18cf12f2233",
"extract_dir": "cmake-3.12.0-rc1-win64-x64"
},
"32bit": {
"url": "https://cmake.org/files/v3.12/cmake-3.12.0-rc1-win32-x86.zip",
"hash": "ab6cffa2529697a7fea7689b01ed07b2c2a2f8f793a7d371251ae69b93c7c0e9",
"extract_dir": "cmake-3.12.0-rc1-win32-x86"
}
},
"bin": [
"bin/cmake.exe",
"bin/cmcldeps.exe",
"bin/cpack.exe",
"bin/ctest.exe",
"bin/cmake-gui.exe"
],
"checkver": {
"re": "Release\\s+Candidate.*\\(([\\d\\w.-]+)\\)",
"url": "https://cmake.org/download/"
},
"shortcuts": [
[
"bin/cmake-gui.exe",
"cmake-gui"
]
],
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://cmake.org/files/v$majorVersion.$minorVersion/cmake-$version-win64-x64.zip",
"extract_dir": "cmake-$version-win64-x64"
},
"32bit": {
"url": "https://cmake.org/files/v$majorVersion.$minorVersion/cmake-$version-win32-x86.zip",
"extract_dir": "cmake-$version-win32-x86"
}
}
}
}