From 5cc4d45726a70da2d667587375ca1c86dd2dbd59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 6 Feb 2023 16:53:07 +0100 Subject: [PATCH] Fix --- conf/app.src | 4 ++-- manifest.toml | 6 +++--- scripts/install | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/conf/app.src b/conf/app.src index cba963d..3e9baff 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/the-djmaze/snappymail/releases/download/v2.25.3/snappymail-2.25.3.tar.gz -SOURCE_SUM=14ad05d524d1744d4dcbe97420b40ca1f5d25c3872ce83206424fe32e09299c0 +SOURCE_URL=https://github.com/the-djmaze/snappymail/releases/download/v2.25.4/snappymail-2.25.4.tar.gz +SOURCE_SUM=3b2d650511c658c6922d00a0544aaf27f6b2bfc9b8db3ea206a81cdf05af06cc SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/manifest.toml b/manifest.toml index c76ab3b..fbdf424 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,9 +5,9 @@ name = "SnappyMail" description.en = "Simple, modern, lightweight & fast web-based e-mail client" description.fr = "Client de messagerie Web simple, moderne, léger et rapide" -version = "2.25.2~ynh1" +version = "2.25.4~ynh1" -maintainers = [] +maintainers = ["eric_G"] [upstream] license = "AGPL-3.0-only" @@ -17,7 +17,7 @@ admindoc = "https://github.com/the-djmaze/snappymail/wiki" code = "https://github.com/the-djmaze/snappymail" [integration] -yunohost = ">= 11.1.2" +yunohost = ">= 11.1.5" architectures = "all" multi_instance = true ldap = false diff --git a/scripts/install b/scripts/install index a857877..22173bb 100755 --- a/scripts/install +++ b/scripts/install @@ -45,7 +45,6 @@ ynh_script_progression --message="Configuring PHP-FPM..." --weight=1 # Create a dedicated PHP-FPM config ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint -#REMOVEME? phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= # NGINX CONFIGURATION