From 95afce952022130fdf2790a2e120d172f8eec17e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 31 Jan 2024 21:31:14 +0100 Subject: [PATCH 1/3] Upgrade to v1.11.57 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index a7127e5..ea0925f 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.55~ynh1" +version = "1.11.57~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.55/element-v1.11.55.tar.gz" - sha256 = "dc369ff1f05face417b42db4957f8065fe76011c9fa40fee1d49a01b650ab028" + url = "https://github.com/vector-im/element-web/archive/refs/tags/v1.11.57.tar.gz" + sha256 = "ca91bffe2f5cf318e082a2737c76aa25958dd372507306a879b48e6df2411b5f" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 6d2bbf0556505acac18177eb7dbca2f59ca1f9e6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 31 Jan 2024 20:31:16 +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 46a3562..7be64d2 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.55~ynh1 +**Shipped version:** 1.11.57~ynh1 **Demo:** https://app.element.io/ diff --git a/README_fr.md b/README_fr.md index 9a07875..33969a5 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.55~ynh1 +**Version incluse :** 1.11.57~ynh1 **Démo :** https://app.element.io/ From ab70f2cf8e363adbc41f6b00f92f35685ef24f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 3 Feb 2024 19:06:37 +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 ea0925f..9007505 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.57.tar.gz" - sha256 = "ca91bffe2f5cf318e082a2737c76aa25958dd372507306a879b48e6df2411b5f" + url = "https://github.com/vector-im/element-web/releases/download/v1.11.57/element-v1.11.57.tar.gz" + sha256 = "b1ee2b9c19b439e2e97d6f39cdd70dad1252d7f4c79c56828433bbb9427aa662" autoupdate.strategy = "latest_github_tag" [resources.system_user]