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