From ca8992cf3457c4a2bd75b1f025b690cbc4d3416a Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Thu, 18 Jul 2024 13:20:29 +0200 Subject: [PATCH] Upgrade to vgalene-0.9.1 (#147) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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> --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- manifest.toml | 8 ++++---- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index dc334f9..894e36f 100644 --- a/README.md +++ b/README.md @@ -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:** diff --git a/README_es.md b/README_es.md index 1982f63..e25f03f 100644 --- a/README_es.md +++ b/README_es.md @@ -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:** diff --git a/README_eu.md b/README_eu.md index 5d26183..4423e2f 100644 --- a/README_eu.md +++ b/README_eu.md @@ -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:** diff --git a/README_fr.md b/README_fr.md index ebe75f7..a0050ca 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 :** diff --git a/README_gl.md b/README_gl.md index e95574b..4a217bd 100644 --- a/README_gl.md +++ b/README_gl.md @@ -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:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 1e164f3..965ea07 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -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 **演示:** diff --git a/manifest.toml b/manifest.toml index 5f0efed..3561a5e 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.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]