From 85a59ce9b6506cefe5ce711d7819553ef4ffc071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 1 Dec 2023 19:31:54 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 4399fc1..b908c9f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Rocket.Chat" description.en = "Team collaboration communication platform" description.fr = "Plateforme de communication collaborative en équipe" -version = "6.4.7~ynh1" +version = "6.5.0~ynh1" maintainers = ["eric_G"] @@ -21,8 +21,11 @@ code = "https://github.com/RocketChat/Rocket.Chat" yunohost = ">= 11.2" architectures = ["amd64"] multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "1500M" ram.runtime = "50M" @@ -47,8 +50,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://releases.rocket.chat/6.4.7/download" - sha256 = "fb5bce863a3833e6c74d27f3581684de321c01cab41285d60f4adfc280e7480b" + url = "https://releases.rocket.chat/6.5.0/download" + sha256 = "a0e0d73725d351403daa6d8a160b95bfc8a83edcc70a9ce221896dc0169b7cf6" in_subdir = true extract = true rename = "rocket.chat.tgz"