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