forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
eclipse-reporting.json
44 lines (44 loc) · 1.95 KB
/
eclipse-reporting.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.reporting.zip?version=4.7.0&architecture=64bit#/dl.7z",
"hash": "sha512:8fdd69279ed6fcdad9bde542615b78bc8e6729df875534006d0870671bf5a9e101f6df24bf9ed2fcd4fe25308c0c7c2a70713e28282f7323f48883f2c364d089"
},
"32bit": {
"url": "https://version-to-train.azurewebsites.net/epp.package.reporting.zip?version=4.7.0&architecture=32bit#/dl.7z",
"hash": "sha512:bea3b23d435e85622f78cddecc8252bcba1a08dbe5ac79517a8b9a62606a81d1e9619564e3df0b442fe8c4fa6fe11c10adbc0ba047bcb3a470804e5b5c0d5867"
}
},
"extract_dir": "eclipse",
"shortcuts": [
[
"eclipse.exe",
"Eclipse IDE for Java and Report Developers"
]
],
"checkver": {
"url": "https://version-to-train.azurewebsites.net/versions.txt",
"re": "epp.package.reporting=([\\d.]+[\\d]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://version-to-train.azurewebsites.net/epp.package.reporting.zip?version=$version&architecture=64bit#/dl.7z",
"hash": {
"url": "https://version-to-train.azurewebsites.net/epp.package.reporting.zip.sha512?version=$version&architecture=64bit",
"find": "([a-fA-F0-9]{128})"
}
},
"32bit": {
"url": "https://version-to-train.azurewebsites.net/epp.package.reporting.zip?version=$version&architecture=32bit#/dl.7z",
"hash": {
"url": "https://version-to-train.azurewebsites.net/epp.package.reporting.zip.sha512?version=$version&architecture=32bit",
"find": "([a-fA-F0-9]{128})"
}
}
}
}
}