mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "1.11.2.20250127",
|
|
"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/builds/megatools-1.11.2.20250127-win64.zip",
|
|
"hash": "47dd54434209ae6baa64a53a6b7219893470bc3ba30e7714d260d6947d94b495",
|
|
"extract_dir": "megatools-1.11.2.20250127-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://megatools.megous.com/builds/builds/megatools-1.11.2.20250127-win32.zip",
|
|
"hash": "1af03d3d68ad54425b84c577e49f6721f395740f98e1683fb5177f82a5494b7c",
|
|
"extract_dir": "megatools-1.11.2.20250127-win32"
|
|
}
|
|
},
|
|
"bin": "megatools.exe",
|
|
"persist": "mega.ini",
|
|
"checkver": {
|
|
"url": "https://megatools.megous.com/builds/LATEST",
|
|
"regex": "megatools-([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://megatools.megous.com/builds/builds/megatools-$version-win64.zip",
|
|
"extract_dir": "megatools-$version-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://megatools.megous.com/builds/builds/megatools-$version-win32.zip",
|
|
"extract_dir": "megatools-$version-win32"
|
|
}
|
|
}
|
|
}
|
|
}
|