forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cmake-nightly.json
47 lines (47 loc) · 1.64 KB
/
cmake-nightly.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
{
"version": "3.24.20220920",
"description": "Family of tools designed to build, test and package software",
"homepage": "https://cmake.org",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://cmake.org/files/dev/cmake-3.24.20220920-g1ac5f72-windows-x86_64.zip",
"hash": "4eb5852377255abbad9f3d6ea8af015fa10333d215f8b893e667d7624f56a20a",
"extract_dir": "cmake-3.24.20220920-g1ac5f72-windows-x86_64"
},
"32bit": {
"url": "https://cmake.org/files/dev/cmake-3.24.20220920-g1ac5f72-windows-i386.zip",
"hash": "8a3ee8f5a5ac8ce66f76b984ff5b18c1d2a0f75d410b9221b94527c8a4d38105",
"extract_dir": "cmake-3.24.20220920-g1ac5f72-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/files/dev/?C=M;O=D",
"regex": "cmake-([\\d.]+)-g(?<tag>[a-f0-9]+)-windows-x86_64.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://cmake.org/files/dev/cmake-$version-g$matchTag-windows-x86_64.zip",
"extract_dir": "cmake-$version-g$matchTag-windows-x86_64"
},
"32bit": {
"url": "https://cmake.org/files/dev/cmake-$version-g$matchTag-windows-i386.zip",
"extract_dir": "cmake-$version-g$matchTag-windows-i386"
}
}
}
}