forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheclipse-committers.json
More file actions
44 lines (44 loc) · 1.95 KB
/
eclipse-committers.json
File metadata and controls
44 lines (44 loc) · 1.95 KB
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.committers.zip?version=4.7.0&architecture=64bit#/dl.7z",
"hash": "sha512:148d0cb52a056871df0085c5e47f355f6b7d5e581ce097751ec6941bb57957d1e23ddb8d4350b47bdf218290e6e9d2dec0c4774034fc0d76f44ef0cfe99b5373"
},
"32bit": {
"url": "https://version-to-train.azurewebsites.net/epp.package.committers.zip?version=4.7.0&architecture=32bit#/dl.7z",
"hash": "sha512:6071a911c3e5f0e6ac5ff9fa0f813a013afe52b3e2af5cea1844f97d35b74f3970b80827c72041cc474d98dbd1e555d277c90fba6324c14c5b585d83accb7968"
}
},
"extract_dir": "eclipse",
"shortcuts": [
[
"eclipse.exe",
"Eclipse IDE for Eclipse Committers"
]
],
"checkver": {
"url": "https://version-to-train.azurewebsites.net/versions.txt",
"re": "epp.package.committers=([\\d.]+[\\d]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://version-to-train.azurewebsites.net/epp.package.committers.zip?version=$version&architecture=64bit#/dl.7z",
"hash": {
"url": "https://version-to-train.azurewebsites.net/epp.package.committers.zip.sha512?version=$version&architecture=64bit",
"find": "([a-fA-F0-9]{128})"
}
},
"32bit": {
"url": "https://version-to-train.azurewebsites.net/epp.package.committers.zip?version=$version&architecture=32bit#/dl.7z",
"hash": {
"url": "https://version-to-train.azurewebsites.net/epp.package.committers.zip.sha512?version=$version&architecture=32bit",
"find": "([a-fA-F0-9]{128})"
}
}
}
}
}