1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00

Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-11-25 23:23:09 +01:00
parent 65648d77a7
commit 33a82948ce

View file

@ -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]