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