forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheclipse-javascript.json
More file actions
44 lines (44 loc) · 1.96 KB
/
eclipse-javascript.json
File metadata and controls
44 lines (44 loc) · 1.96 KB
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.javascript.zip?version=4.7.0&architecture=64bit#/dl.7z",
"hash": "sha512:31c111d9edf0b57b9c374207215f2a0d67bb634d62fcd03e295059b28c01713889a740170f73dd8a7434ba7bae74808f67fef56119d5703b753e653a24c953a3"
},
"32bit": {
"url": "https://version-to-train.azurewebsites.net/epp.package.javascript.zip?version=4.7.0&architecture=32bit#/dl.7z",
"hash": "sha512:452bce5c248a0f04a8d1d16a9b3aa800a3439f402303d7eabea103a06f50c9c0746d7e165e9e7c681ae21b9a8407e731115983b46670c61c32bf2b0b1b5202e8"
}
},
"extract_dir": "eclipse",
"shortcuts": [
[
"eclipse.exe",
"Eclipse IDE for JavaScript and Web Developers"
]
],
"checkver": {
"url": "https://version-to-train.azurewebsites.net/versions.txt",
"re": "epp.package.javascript=([\\d.]+[\\d]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://version-to-train.azurewebsites.net/epp.package.javascript.zip?version=$version&architecture=64bit#/dl.7z",
"hash": {
"url": "https://version-to-train.azurewebsites.net/epp.package.javascript.zip.sha512?version=$version&architecture=64bit",
"find": "([a-fA-F0-9]{128})"
}
},
"32bit": {
"url": "https://version-to-train.azurewebsites.net/epp.package.javascript.zip?version=$version&architecture=32bit#/dl.7z",
"hash": {
"url": "https://version-to-train.azurewebsites.net/epp.package.javascript.zip.sha512?version=$version&architecture=32bit",
"find": "([a-fA-F0-9]{128})"
}
}
}
}
}