From 722b8a49475166b05c9001ea1c7e47d6c854afca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:36:29 +0100 Subject: [PATCH 1/3] Update manifest.toml --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7812efe..7e6d248 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Element" description.en = "Web client for Matrix" description.fr = "Client web pour Matrix" -version = "1.11.52~ynh1" +version = "1.11.53~ynh1" maintainers = ["Josué Tille"] @@ -56,8 +56,8 @@ ram.runtime = "0M" [resources.sources] [resources.sources.main] - url = "https://github.com/vector-im/element-web/releases/download/v1.11.52/element-v1.11.52.tar.gz" - sha256 = "1f309d7863f583fef7294aa34ae19413991fd82aebd4c5d8bc3ac72eab04f71a" + url = "https://github.com/vector-im/element-web/releases/download/v1.11.53/element-v1.11.53.tar.gz" + sha256 = "d62d5cba98281b5f35d42d03f7850167abd086261d473e27b26b91adc5c8aa9b" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 19bee01f82b6f990596f234da58197b218afcc8b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 4 Jan 2024 15:36:34 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1caee60..003c022 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Element is a new type of messaging app. You choose where your messages are stored, putting you in control of your data. It gives you access to the Matrix open network, so you can talk to anyone. Element provides a new level of security, adding cross-signed device verification to default end-to-end encryption. -**Shipped version:** 1.11.52~ynh1 +**Shipped version:** 1.11.53~ynh1 **Demo:** https://app.element.io/ diff --git a/README_fr.md b/README_fr.md index 7743cb3..2ac7fee 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Element est un nouveau type d'application de messagerie. Vous choisissez où vos messages sont stockés, ce qui vous donne le contrôle de vos données. Il vous donne accès au réseau ouvert Matrix, vous pouvez donc parler à n'importe qui. Element offre un nouveau niveau de sécurité, en ajoutant la vérification des appareils par signature croisée au chiffrement de bout en bout par défaut. -**Version incluse :** 1.11.52~ynh1 +**Version incluse :** 1.11.53~ynh1 **Démo :** https://app.element.io/ From 152a51c11c30f4e5f47afe2bdcd9cbbc326a55c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:37:19 +0100 Subject: [PATCH 3/3] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7e6d248..a7048ba 100644 --- a/manifest.toml +++ b/manifest.toml @@ -22,9 +22,9 @@ yunohost = ">= 11.2" architectures = "all" multi_instance = true -ldap = "not_relevant" +ldap = false -sso = "not_relevant" +sso = false disk = "70M" ram.build = "0M"