forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheclipse-automotive.json
44 lines (44 loc) · 1.96 KB
/
eclipse-automotive.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.5.2",
"architecture": {
"64bit": {
"url": "https://version-to-train.azurewebsites.net/epp.package.automotive.zip?version=4.5.2&architecture=64bit#/dl.7z",
"hash": "sha512:902cbb27824f644d422978f7beab95c9ef3d1067470099b106d3fa7848073f2ba86831bd18f872c462e0cbd2b211015d17d1ba58f69c076ced8157202f7653cb"
},
"32bit": {
"url": "https://version-to-train.azurewebsites.net/epp.package.automotive.zip?version=4.5.2&architecture=32bit#/dl.7z",
"hash": "sha512:722782f943fff7088b3473cba2776b5d016bf8cb4c71e5f373ea8f182cde58be0c38a0bcffed0c61bc374161cb3675866bc5e86134aad3c79741d69f3befee54"
}
},
"extract_dir": "eclipse",
"shortcuts": [
[
"eclipse.exe",
"Eclipse IDE for Automotive Software Developers"
]
],
"checkver": {
"url": "https://version-to-train.azurewebsites.net/versions.txt",
"re": "epp.package.automotive=([\\d.]+[\\d]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://version-to-train.azurewebsites.net/epp.package.automotive.zip?version=$version&architecture=64bit#/dl.7z",
"hash": {
"url": "https://version-to-train.azurewebsites.net/epp.package.automotive.zip.sha512?version=$version&architecture=64bit",
"find": "([a-fA-F0-9]{128})"
}
},
"32bit": {
"url": "https://version-to-train.azurewebsites.net/epp.package.automotive.zip?version=$version&architecture=32bit#/dl.7z",
"hash": {
"url": "https://version-to-train.azurewebsites.net/epp.package.automotive.zip.sha512?version=$version&architecture=32bit",
"find": "([a-fA-F0-9]{128})"
}
}
}
}
}