ScoopInstaller_Main/bucket/megatools.json
2021-07-10 23:40:37 -07:00

35 lines
1.1 KiB
JSON

{
"version": "1.10.2",
"description": "Collection of programs for accessing Mega.nz service from a command line.",
"homepage": "https://megatools.megous.com/",
"license": "GPL-2.0-or-later",
"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"
],
"persist": "mega.ini",
"checkver": {
"url": "https://megatools.megous.com/builds/NEWS",
"regex": "megatools\\s+([\\d.]+)\\s+-"
}
}