From d4b069c188349a82f4cd73054227d79eedd80618 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 9 Jun 2023 20:15:38 +0200 Subject: [PATCH 1/3] Upgrade to v1.11.33 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 23bce94..ef0a072 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.32~ynh1" +version = "1.11.33~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.32/element-v1.11.32.tar.gz" - sha256 = "8bef8272ded8348992de752be3428bc1308254c9b830686a27b04e1f86319ca4" + url = "https://github.com/vector-im/element-web/archive/refs/tags/v1.11.33.tar.gz" + sha256 = "4015804125d448065c68e1f9e8673c1fea9f11a2e937159edbdc64113c564d45" autoupdate.strategy = "latest_github_tag" [resources.system_user] From cbcaf75479bc69af37233eec86215d11de395c94 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 9 Jun 2023 18:15:41 +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 8918aa2..737da42 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.32~ynh1 +**Shipped version:** 1.11.33~ynh1 **Demo:** https://app.element.io/ diff --git a/README_fr.md b/README_fr.md index 813e4d3..3f10c06 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.32~ynh1 +**Version incluse :** 1.11.33~ynh1 **Démo :** https://app.element.io/ From a0eae1f161998ffabd30a713c0273ccd378dfb08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 9 Jun 2023 20:25:51 +0200 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 ef0a072..d03aadc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -53,8 +53,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/vector-im/element-web/archive/refs/tags/v1.11.33.tar.gz" - sha256 = "4015804125d448065c68e1f9e8673c1fea9f11a2e937159edbdc64113c564d45" + url = "https://github.com/vector-im/element-web/releases/download/v1.11.33/element-v1.11.33.tar.gz" + sha256 = "9dd9fee2e1e70144960d21f7ee565c103cdd13a3d8f7a97b0e6b34f85f6eeb15" autoupdate.strategy = "latest_github_tag" [resources.system_user]