From 7841da969e53c2820f9efaf48e6ebb183ba34a8f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 19 Jan 2024 17:16:00 +0100 Subject: [PATCH 1/3] Upgrade to v1.11.55 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 08af897..312fda3 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.54~ynh1" +version = "1.11.55~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.54/element-v1.11.54.tar.gz" - sha256 = "af5cad908a0d1504402a4d523e442ba94c7c831e1ea434bf14aff3fe43255639" + url = "https://github.com/vector-im/element-web/archive/refs/tags/v1.11.55.tar.gz" + sha256 = "8e536886b235e85ffd9c5ed2896404a23f460b06cb74c75c2c4527ab04f92002" autoupdate.strategy = "latest_github_tag" [resources.system_user] From d4c4ffda78a3a69620bd40bb48f6bab4ca59b187 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 19 Jan 2024 16:16:03 +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 f6c91e0..46a3562 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.54~ynh1 +**Shipped version:** 1.11.55~ynh1 **Demo:** https://app.element.io/ diff --git a/README_fr.md b/README_fr.md index 35ca357..9a07875 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.54~ynh1 +**Version incluse :** 1.11.55~ynh1 **Démo :** https://app.element.io/ From 149d0926b3551a958177ff11de75342355432da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 26 Jan 2024 19:46:16 +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 312fda3..a7127e5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -56,8 +56,8 @@ ram.runtime = "0M" [resources.sources] [resources.sources.main] - url = "https://github.com/vector-im/element-web/archive/refs/tags/v1.11.55.tar.gz" - sha256 = "8e536886b235e85ffd9c5ed2896404a23f460b06cb74c75c2c4527ab04f92002" + url = "https://github.com/vector-im/element-web/releases/download/v1.11.55/element-v1.11.55.tar.gz" + sha256 = "dc369ff1f05face417b42db4957f8065fe76011c9fa40fee1d49a01b650ab028" autoupdate.strategy = "latest_github_tag" [resources.system_user]