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