diff --git a/manifest.toml b/manifest.toml index 852aad6..777028c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Galène" description.en = "Videoconferencing server that is easy to deploy" description.fr = "Serveur de visioconférence facile à déployer" -version = "0.7.2~ynh1" +version = "0.8.0~ynh1" maintainers = ["eric_G"] @@ -21,8 +21,11 @@ code = "https://github.com/jech/galene" yunohost = ">= 11.2" architectures = "all" multi_instance = false + ldap = true + sso = false + disk = "50M" ram.build = "400M" ram.runtime = "50M" @@ -64,8 +67,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/jech/galene/archive/refs/tags/galene-0.7.2.tar.gz" - sha256 = "d238d862d84b5126762cc82aaeb249eb9c55e96f241050d5e7158a264ae4f0fb" + url = "https://github.com/jech/galene/archive/refs/tags/galene-0.8.tar.gz" + sha256 = "9970e3407a773511f6b74da789a9ea4bdb24fd6b09b0067c7476506ac1543c91" autoupdate.strategy = "latest_github_tag" [resources.sources.ldap]