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