From 89ec01036c712073a97009f5d67e154301105169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 17 Jan 2019 18:43:15 +0100 Subject: [PATCH] Add megatools 1.10.2 (#3001) --- megatools.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 megatools.json diff --git a/megatools.json b/megatools.json new file mode 100644 index 0000000000..5a09497e76 --- /dev/null +++ b/megatools.json @@ -0,0 +1,45 @@ +{ + "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" + } + }, + "persist": "mega.ini", + "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" + } + } + } +}