forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
eclipse-cpp.json
44 lines (44 loc) · 1.98 KB
/
eclipse-cpp.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": "EPL-1.0",
"version": "4.8.0",
"architecture": {
"64bit": {
"url": "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/photon/R/eclipse-cpp-photon-R-win32-x86_64.zip&r=1#/dl.7z",
"hash": "sha512:4d736f5b04b5b46876183ba310a14af35fb963d0682d8a6327f8c0c316193aff7a9dbb597041077188fe9b9a58a2ff36e452c86bdeb0e49ce68247c942724110"
},
"32bit": {
"url": "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/photon/R/eclipse-cpp-photon-R-win32.zip&r=1#/dl.7z",
"hash": "sha512:1432bd497b7cf9d68566c3bc4db861480a61a2caf04d1c0b0c8b681f45d54fab759ba767d61a82a6fb7bff6ce209cb9a3993aecb6754a9c5ea632fdad51920ba"
}
},
"extract_dir": "eclipse",
"shortcuts": [
[
"eclipse.exe",
"Eclipse IDE for C and C++ Developers"
]
],
"checkver": {
"url": "https://raw.githubusercontent.com/se35710/scoop-eclipse/master/versions.txt",
"re": "epp.package.cpp=([\\d.]+[a-z]?)\\spath=(?<path>.*)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/$matchPath-win32-x86_64.zip&r=1#/dl.7z",
"hash": {
"url": "http://download.eclipse.org/technology/epp/downloads/release/$matchPath-win32-x86_64.zip.sha512",
"find": "([a-fA-F0-9]{128})"
}
},
"32bit": {
"url": "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/$matchPath-win32.zip&r=1#/dl.7z",
"hash": {
"url": "http://download.eclipse.org/technology/epp/downloads/release/$matchPath-win32.zip.sha512",
"find": "([a-fA-F0-9]{128})"
}
}
}
}
}