This pull request updates the current MEGA recipe by adding a new URLProvider processor script written in Python.
The current link in the recipe is hardcoded and only downloads a certain version 7.x.x
The new URLProvider however always downloads the newest MEGA X version that is published on the Update History page (https://www.megasoftware.net/history) by:
scraping the topmost version number with a regex and then
This pull request updates the current MEGA recipe by adding a new URLProvider processor script written in Python. The current link in the recipe is hardcoded and only downloads a certain version 7.x.x The new URLProvider however always downloads the newest MEGA X version that is published on the Update History page (https://www.megasoftware.net/history) by:
Changes have been made to the .download.recipe to accept this input and tests have been successful in downloading MEGAX v.10.7.0 and v.10.8.0