mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
0.7.0
This commit is contained in:
parent
85f6a31c1a
commit
f5d554fe20
1 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ name = "Galène"
|
||||||
description.en = "Videoconferencing server that is easy to deploy"
|
description.en = "Videoconferencing server that is easy to deploy"
|
||||||
description.fr = "Serveur de visioconférence facile à déployer"
|
description.fr = "Serveur de visioconférence facile à déployer"
|
||||||
|
|
||||||
version = "0.6.2~ynh4"
|
version = "0.7.0~ynh1"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ userdoc = "https://galene.org/faq.html"
|
||||||
code = "https://github.com/jech/galene"
|
code = "https://github.com/jech/galene"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.16"
|
yunohost = ">= 11.1.17"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
ldap = true
|
ldap = true
|
||||||
|
@ -65,8 +65,8 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/jech/galene/archive/refs/tags/galene-0.6.2.tar.gz"
|
url = "https://github.com/jech/galene/archive/refs/tags/galene-0.7.0.tar.gz"
|
||||||
sha256 = "7caedc1b2cb8cfeee0136e02c006d13d7b2b3cb9908685654c8cec020265428d"
|
sha256 = "b916e9df4ef289c6ffc529808c063b2fa6ef456b0fc66a0673129887f25b4f63"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.sources.ldap]
|
[resources.sources.ldap]
|
||||||
|
|
Loading…
Reference in a new issue