megacmd: fix checkver (#2892)

No releases anymore.

Only tags
This commit is contained in:
Pratik Chowdhury 2021-11-07 23:41:51 -08:00 committed by GitHub
parent 2e1363fa5f
commit b02183bec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@
"script": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\uninst.exe\" -Recurse" "script": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\uninst.exe\" -Recurse"
}, },
"checkver": { "checkver": {
"url": "https://github.com/meganz/MEGAcmd/releases", "url": "https://github.com/meganz/MEGAcmd/tags",
"regex": "tag/([\\d.]+)_Win" "regex": "tag/([\\d.]+)_Win"
}, },
"autoupdate": { "autoupdate": {