forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
eclipse-cpp.json
44 lines (44 loc) · 1.87 KB
/
eclipse-cpp.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
{
"homepage": "https://www.eclipse.org",
"license": "https://www.eclipse.org/legal/epl-v10.html",
"version": "4.6.3",
"architecture": {
"64bit": {
"url": "https://version-to-train.azurewebsites.net/epp.package.cpp.zip?version=4.6.3&architecture=64bit",
"hash": "sha512:a6566f36e65b1e960a0f7c726e6d90228c0e6d7523d9bb7c3a54cbe21458d82efc4cb5e8f8ea4491399ed1c97cde9b1b5fc481cce1081e30d28d3f5e387e6354"
},
"32bit": {
"url": "https://version-to-train.azurewebsites.net/epp.package.cpp.zip?version=4.6.3&architecture=32bit",
"hash": "sha512:d686ffd06cc3b4f3f715d08fca030cdd61b2ebebbd357b23c5fb64b21110ff97db73869bf69517405706458a7324a7221fa274ddec671679458af781704d0ff1"
}
},
"extract_dir": "eclipse",
"shortcuts": [
[
"eclipse.exe",
"Eclipse IDE for C and C++ Developers"
]
],
"checkver": {
"url": "https://version-to-train.azurewebsites.net/versions.txt",
"re": "epp.package.cpp=([\\d.]+[\\d]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://version-to-train.azurewebsites.net/epp.package.cpp.zip?version=$version&architecture=64bit",
"hash": {
"url": "https://version-to-train.azurewebsites.net/epp.package.cpp.zip.sha512?version=$version&architecture=64bit",
"find": "([a-fA-F0-9]{128})"
}
},
"32bit": {
"url": "https://version-to-train.azurewebsites.net/epp.package.cpp.zip?version=$version&architecture=32bit",
"hash": {
"url": "https://version-to-train.azurewebsites.net/epp.package.cpp.zip.sha512?version=$version&architecture=32bit",
"find": "([a-fA-F0-9]{128})"
}
}
}
}
}