From 81c6af2f23d0e62d9492e45bcec1dc6e958e6b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 31 Jan 2024 00:30:25 +0100 Subject: [PATCH] remove fixmes, bump revision --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index bb58a21..42fbad1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "SOGo" description.en = "Opensource groupware for E-Mail, Contacts and Calender" description.fr = "Groupware opensource pour les e-mail, contacts et calendrier" -version = "5.0.1~ynh2" +version = "5.0.1~ynh3" maintainers = ["Josué Tille"] @@ -26,9 +26,9 @@ architectures = "all" multi_instance = false ldap = true sso = true -disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ... -ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... -ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... +disk = "200M" +ram.build = "300M" +ram.runtime = "200M" [install] [install.domain]