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