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.1.20241028",
|
|
"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.1.20241028-win64.zip",
|
|
"hash": "41abc4548dbe2f2b633221c6310a8fb0f31658846eac816e2d87cffc042c000b",
|
|
"extract_dir": "megatools-1.11.1.20241028-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://megatools.megous.com/builds/builds/megatools-1.11.1.20241028-win32.zip",
|
|
"hash": "d5503d6913dd3e9ce65c8f79dba750bb4575b3e66a80724a25f07548af06539b",
|
|
"extract_dir": "megatools-1.11.1.20241028-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"
|
|
}
|
|
}
|
|
}
|
|
}
|