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