ScoopInstaller_Main/bucket/megatools.json
Valinor 70a06a28ec
Autoupdate manifest 2845 (#2847)
* AutoUpdate from 29 october 2021

Update version and hash for :
- helix
- k3d
- kubefwd
- lean-cli
- lychee
- micronaut
- minio
- mob
- mutagen
- naiveproxy
- oh-my-posh3
- opa
- s3deploy
- scaleway-cli
- telegraf
- terragrunt
- topgrade
- zeebe

* Update manifest with checkver without autoupdate #2845

apimtemplate: 0.7 (scoop version is 0.5)
dhall: 1.40.1 (scoop version is 1.39.0)
dnscrypt-proxy: 2.1.1 (scoop version is 2.1.0)
fio: 3.27 (scoop version is 3.20)
k0s: 1.22.2 (scoop version is 0.13.1)
megatools: 1.10.3 (scoop version is 1.10.2)
mockery: 2.9.4 (scoop version is 2.8.0)
pngquant: 2.16.0 (scoop version is 2.15.1)
rainbow: 1.1.0 (scoop version is 1.0.1)
uutils-coreutils: 0.0.8 (scoop version is 0.0.6)
2021-11-05 17:39:06 +05:30

48 lines
1.5 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/",
"regex": "megatools-([\\d.]+)-win32.zip"
},
"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"
}
}
}
}