From 5d825901f8fcf71072b6363ec68b5d55caa422ce Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 10 Dec 2021 08:57:30 +0100 Subject: [PATCH] 4.6.2 --- conf/app.src | 4 ++-- manifest.json | 2 +- scripts/restore | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/conf/app.src b/conf/app.src index f1923a8..eced125 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://builds.matomo.org/matomo-4.6.1.tar.gz -SOURCE_SUM=995302b5fe4e7f01b218283daeb338160cd2f69e0567601709e359e030ea0149 +SOURCE_URL=https://builds.matomo.org/matomo-4.6.2.tar.gz +SOURCE_SUM=4e35e84a2744954ec4b4e7e5e7e8d6ad65f4258024e47b9c80670b43443315b9 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index e4cb2e1..595595d 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.6.1~ynh1", + "version": "4.6.2~ynh1", "url": "https://matomo.org", "upstream": { "license": "GPL-3.0-or-later", diff --git a/scripts/restore b/scripts/restore index 842d4de..2b16a4f 100755 --- a/scripts/restore +++ b/scripts/restore @@ -36,8 +36,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= ynh_script_progression --message="Validating restoration parameters..." --weight=1 -test ! -d $final_path \ - || ynh_die --message="There is already a directory: $final_path " +test ! -d $final_path || ynh_die --message="There is already a directory: $final_path " #================================================= # STANDARD RESTORATION STEPS