diff --git a/README.md b/README.md index bbe0fb7..0e2bf78 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Marketing Automation Software -**Shipped version:** 5.0.0~ynh1 +**Shipped version:** 5.0.2~ynh1 **Demo:** https://www.mautic.org/demo diff --git a/README_fr.md b/README_fr.md index af5497e..ac9d030 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Marketing Automation Software -**Version incluse :** 5.0.0~ynh1 +**Version incluse :** 5.0.2~ynh1 **Démo :** https://www.mautic.org/demo @@ -46,4 +46,4 @@ ou sudo yunohost app upgrade mautic -u https://github.com/YunoHost-Apps/mautic_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** diff --git a/manifest.toml b/manifest.toml index f9df1e8..22519b6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -41,8 +41,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/mautic/mautic/releases/download/5.0.0-alpha1/5.0.0-alpha1.zip" - sha256 = "7ada7244b17a0cf6b051436595cf076d85bc9ffd059364729c63f485bb9cfbae" + url = "https://github.com/mautic/mautic/releases/download/5.0.2/5.0.2.zip" + sha256 = "b20f7fb19d846229e45bd572ff191a3f3e0cf43afea2887bc887119db1950901" in_subdir = false autoupdate.strategy = "latest_github_tag" @@ -53,7 +53,7 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" - + [resources.apt] packages = "mariadb-server, php8.0-imap, php8.0-gmp, php8.0-curl, php8.0-intl, php8.0-mbstring, php8.0-xmlrpc, php8.0-mysql, php8.0-bcmath, php8.0-gd, php8.0-xml, php8.0-cli, php8.0-zip"