From 2f032751cacec9665c9fb0facaa8e7df0d98562f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 2 Aug 2021 07:10:48 +0200 Subject: [PATCH] 4.4.1 --- check_process | 6 +++++- conf/app.src | 4 ++-- manifest.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/check_process b/check_process index 2478a66..f1d52d9 100644 --- a/check_process +++ b/check_process @@ -13,6 +13,8 @@ upgrade=1 #4.3.0 (#47) upgrade=1 from_commit=1d967a751135c3801ef95cf989ab3fb9e45e6f70 + #4.4.0 + upgrade=1 from_commit=9edf3d60ea391925f835ece1309bbcb54e6d33fe backup_restore=1 multi_instance=1 change_url=1 @@ -21,5 +23,7 @@ Email=anmol@datamol.org Notification=yes ;;; Upgrade options ; commit=1d967a751135c3801ef95cf989ab3fb9e45e6f70 - name= 4.3.0 (#47) + name= 4.3.0 + ; commit=9edf3d60ea391925f835ece1309bbcb54e6d33fe + name= 4.4.0 manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& \ No newline at end of file diff --git a/conf/app.src b/conf/app.src index ea3324b..fb3a5ee 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://builds.matomo.org/matomo-4.4.0.tar.gz -SOURCE_SUM=3eea92155178a53410c35a6489995ff4deb9ece7182dc4a11e06f96ad3b707ba +SOURCE_URL=https://builds.matomo.org/matomo-4.4.1.tar.gz +SOURCE_SUM=94b9a90c61afabff55e08ea53ff8532355349336fae439e168dbfe9364931479 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index ba7a88b..33347ee 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.4.0~ynh1", + "version": "4.4.1~ynh1", "url": "https://matomo.org", "upstream": { "license": "GPL-3.0-or-later",