forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheclipse-cpp.json
44 lines (44 loc) · 1.9 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.7.0",
"architecture": {
"64bit": {
"url": "https://version-to-train.azurewebsites.net/epp.package.cpp.zip?version=4.7.0&architecture=64bit#/dl.7z",
"hash": "sha512:c243b4821bea3d45dee77732883918818fa2d70ca1eead1a06af3f87f36830782a4d85779cdb04c396a8193743e26150fb7d8a8a5aebb3336c52b00b7b3b6b9d"
},
"32bit": {
"url": "https://version-to-train.azurewebsites.net/epp.package.cpp.zip?version=4.7.0&architecture=32bit#/dl.7z",
"hash": "sha512:a2b0b7be39cb0659861179fe8b37e1778d140532a8104e5a2494c4fe32b051765932904a9a90b9b3802f717431333e08c8b22761579329de5ef266a98c3b1baf"
}
},
"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#/dl.7z",
"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#/dl.7z",
"hash": {
"url": "https://version-to-train.azurewebsites.net/epp.package.cpp.zip.sha512?version=$version&architecture=32bit",
"find": "([a-fA-F0-9]{128})"
}
}
}
}
}