-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmegatools.json
44 lines (44 loc) · 1.42 KB
/
megatools.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://megatools.megous.com",
"description": "Command line tools for accessing Mega.nz cloud storage",
"version": "1.10.2",
"license": "GPL-2.0",
"architecture": {
"64bit": {
"url": "https://megatools.megous.com/builds/megatools-1.10.2-win64.zip",
"hash": "0c2dc2bd509ca739ca7d734f381930a3c8c58c5ea4b385d408c775c4082aebd9",
"extract_dir": "megatools-1.10.2-win64"
},
"32bit": {
"url": "https://megatools.megous.com/builds/megatools-1.10.2-win32.zip",
"hash": "2724dfbc91c764540b3d3b12261c11f74f706b40b114639472388edef0743069",
"extract_dir": "megatools-1.10.2-win32"
}
},
"bin": [
"megacopy.exe",
"megadf.exe",
"megadl.exe",
"megaget.exe",
"megals.exe",
"megamkdir.exe",
"megaput.exe",
"megareg.exe",
"megarm.exe"
],
"checkver": {
"github": "https://github.com/megous/megatools"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://megatools.megous.com/builds/megatools-$version-win64.zip",
"extract_dir": "megatools-$version-win64"
},
"32bit": {
"url": "https://megatools.megous.com/builds/megatools-$version-win32.zip",
"extract_dir": "megatools-$version-win32"
}
}
}
}