From d8e9a695e48ac8354bf36f09408d733ead5628a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:07:08 +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 91dd6f5..f42e7af 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.48~ynh1" +version = "1.11.49~ynh1" maintainers = ["Josué Tille"] @@ -53,8 +53,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/vector-im/element-web/releases/download/v1.11.48/element-v1.11.48.tar.gz" - sha256 = "7a98b49e0b2d094160d5e155cfed861ad7d844637bca618004c56263ef0d0274" + url = "https://github.com/vector-im/element-web/releases/download/v1.11.49/element-v1.11.49.tar.gz" + sha256 = "5c700898a6feed61a271673dc06a77c8c6f1a00c329b0b3eb346625059e69c13" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 93363e033055825bdd4606bb7a997939cc4ef21d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 13 Nov 2023 11:07:13 +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 1903f5b..2956987 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.48~ynh1 +**Shipped version:** 1.11.49~ynh1 **Demo:** https://app.element.io/ diff --git a/README_fr.md b/README_fr.md index b43b19b..15d3d6d 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.48~ynh1 +**Version incluse :** 1.11.49~ynh1 **Démo :** https://app.element.io/ From 567141dc25346d974b35a4c3e2bd5fe5f2f11ee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:07:20 +0100 Subject: [PATCH 3/3] Update manifest.toml --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index f42e7af..63fb0f4 100644 --- a/manifest.toml +++ b/manifest.toml @@ -21,8 +21,11 @@ cpe = "cpe:2.3:a:matrix:element" yunohost = ">= 11.2" architectures = "all" multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "50M" ram.runtime = "50M"