diff --git a/README.md b/README.md index 08ddd35..f7906df 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Open source analytics platform for measuring Web statistics -**Shipped version:** 4.8.0~ynh1 +**Shipped version:** 4.9.0~ynh1 **Demo:** https://demo.matomo.org diff --git a/README_fr.md b/README_fr.md index 14b986b..cba063d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Plateforme d'analyse open source de mesure de statistiques Web -**Version incluse :** 4.8.0~ynh1 +**Version incluse :** 4.9.0~ynh1 **Démo :** https://demo.matomo.org diff --git a/conf/app.src b/conf/app.src index 2cba80d..254045b 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://builds.matomo.org/matomo-4.8.0.tar.gz -SOURCE_SUM=1a74a9de8c860d0b4a4f1cde4f3b422403620cce170cca5e5fac3df273b869d8 +SOURCE_URL=https://builds.matomo.org/matomo-4.9.0.tar.gz +SOURCE_SUM=deb05490f45f3219d9e31b547cbc9f6fd0d28040339e708e787f9e56d70889a6 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index b1e3fc8..7f135e8 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open source analytics platform for measuring Web statistics", "fr": "Plateforme d'analyse open source de mesure de statistiques Web" }, - "version": "4.8.0~ynh1", + "version": "4.9.0~ynh1", "url": "https://matomo.org", "upstream": { "license": "GPL-3.0-or-later", diff --git a/scripts/restore b/scripts/restore index 67f2743..9a59da7 100755 --- a/scripts/restore +++ b/scripts/restore @@ -34,9 +34,6 @@ phpversion=$YNH_PHP_VERSION fpm_footprint=$(ynh_app_setting_get --app=$app --key=fpm_footprint) fpm_usage=$(ynh_app_setting_get --app=$app --key=fpm_usage) -fpm_footprint=$(ynh_app_setting_get --app=$app --key=fpm_footprint) -fpm_usage=$(ynh_app_setting_get --app=$app --key=fpm_usage) - #================================================= # CHECK IF THE APP CAN BE RESTORED #=================================================