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