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