forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cmake-rc.json
47 lines (47 loc) · 1.52 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
47
{
"homepage": "https://cmake.org/",
"version": "3.13.0-rc3",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://cmake.org/files/v3.13/cmake-3.13.0-rc3-win64-x64.zip",
"hash": "f20b0456f0b9d323bf7f9f92d81cc8b22bb5ae431e0c0a3ad2cfdd9d0b18add4",
"extract_dir": "cmake-3.13.0-rc3-win64-x64"
},
"32bit": {
"url": "https://cmake.org/files/v3.13/cmake-3.13.0-rc3-win32-x86.zip",
"hash": "9b1a4b70ae805af593979898ba46c3a300ed0a89ff771a6e92ef9e53d35ac57e",
"extract_dir": "cmake-3.13.0-rc3-win32-x86"
}
},
"bin": [
"bin/cmake.exe",
"bin/cmcldeps.exe",
"bin/cpack.exe",
"bin/ctest.exe",
"bin/cmake-gui.exe"
],
"checkver": {
"url": "https://gitlab.kitware.com/cmake/cmake/tags?sort=name_desc&format=atom",
"re": "v([\\d\\.]+)-rc([\\d]+)",
"replace": "${1}-rc${2}"
},
"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"
}
}
}
}