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