mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
Testing (#148)
* bump version * Fix json (#144) * Update groupname.json * Update groupname.json * Auto-update READMEs * Update groupname.json * Update groupname.json --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Update manifest.toml * Auto-update READMEs * Upgrade to vgalene-0.9.1 (#147) * Upgrade sources - `main` vgalene-0.9.1: https://github.com/jech/galene/releases/tag/galene-0.9.1 * Auto-update READMEs * Update manifest.toml * Auto-update READMEs * Update manifest.toml --------- Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
This commit is contained in:
parent
6c24c153c0
commit
a9bb103459
7 changed files with 10 additions and 10 deletions
|
@ -31,7 +31,7 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th
|
|||
- Command-line client for Galene file transfer
|
||||
|
||||
|
||||
**Shipped version:** 0.9~ynh4
|
||||
**Shipped version:** 0.9.1~ynh1
|
||||
|
||||
**Demo:** <https://galene.org:8443/>
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th
|
|||
- Command-line client for Galene file transfer
|
||||
|
||||
|
||||
**Versión actual:** 0.9~ynh4
|
||||
**Versión actual:** 0.9.1~ynh1
|
||||
|
||||
**Demo:** <https://galene.org:8443/>
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th
|
|||
- Command-line client for Galene file transfer
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 0.9~ynh4
|
||||
**Paketatutako bertsioa:** 0.9.1~ynh1
|
||||
|
||||
**Demoa:** <https://galene.org:8443/>
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ Galène est un serveur de visioconférence (un « SFU ») facile à déployer et
|
|||
- Client en ligne de commande pour le transfert de fichiers Galene
|
||||
|
||||
|
||||
**Version incluse :** 0.9~ynh4
|
||||
**Version incluse :** 0.9.1~ynh1
|
||||
|
||||
**Démo :** <https://galene.org:8443/>
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th
|
|||
- Command-line client for Galene file transfer
|
||||
|
||||
|
||||
**Versión proporcionada:** 0.9~ynh4
|
||||
**Versión proporcionada:** 0.9.1~ynh1
|
||||
|
||||
**Demo:** <https://galene.org:8443/>
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th
|
|||
- Command-line client for Galene file transfer
|
||||
|
||||
|
||||
**分发版本:** 0.9~ynh4
|
||||
**分发版本:** 0.9.1~ynh1
|
||||
|
||||
**演示:** <https://galene.org:8443/>
|
||||
|
||||
|
|
|
@ -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.9~ynh4"
|
||||
version = "0.9.1~ynh1"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
|
@ -18,7 +18,7 @@ userdoc = "https://galene.org/faq.html"
|
|||
code = "https://github.com/jech/galene"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.2.16"
|
||||
yunohost = ">= 11.2.20"
|
||||
architectures = "all"
|
||||
multi_instance = false
|
||||
|
||||
|
@ -67,8 +67,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.sources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/jech/galene/archive/refs/tags/galene-0.9.tar.gz"
|
||||
sha256 = "066f2b06fdbda4b8d29d3048166123dc5bc2c0f6f863cee235df82758ddbef90"
|
||||
url = "https://github.com/jech/galene/archive/refs/tags/galene-0.9.1.tar.gz"
|
||||
sha256 = "3f0ab64a1c2364ddb55cf41d82d5df4337dff07c2934ed24775daad849c34a53"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.sources.ldap]
|
||||
|
|
Loading…
Add table
Reference in a new issue