mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "1.11.3.20250203",
|
|
"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.3.20250203-win64.zip",
|
|
"hash": "d00656be28f1f37ba33b7d95a26776df4e15147d2e5be23aef911b06107883a0",
|
|
"extract_dir": "megatools-1.11.3.20250203-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://megatools.megous.com/builds/builds/megatools-1.11.3.20250203-win32.zip",
|
|
"hash": "16a0b47670edf2fc7053b1e51bd36b486cc81d9276e3867dbdef6f886165acc7",
|
|
"extract_dir": "megatools-1.11.3.20250203-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"
|
|
}
|
|
}
|
|
}
|
|
}
|