From 4d7e07341a45702cd78a79ca0fe701b18e7d74b6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 22 Nov 2021 16:54:52 +0100 Subject: [PATCH 1/3] 1.9.5 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 4c2bfda..ac13117 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/vector-im/element-web/archive/refs/tags/v1.9.4.tar.gz -SOURCE_SUM=e5f98816d630d6ecc2f8942bfc1ff5bba2d9e479ecc38f2329171ae39609351a +SOURCE_URL=https://github.com/vector-im/element-web/archive/refs/tags/v1.9.5.tar.gz +SOURCE_SUM=c03c2a556852d20c609cfcfd1fad65e13cc17bfed499968f2fea9a5e1c70e068 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index ce14e48..3f5112b 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web client for matrix", "fr": "Client web pour matrix" }, - "version": "1.9.4~ynh1", + "version": "1.9.5~ynh1", "url": "https://element.io", "upstream": { "license": "Apache-2.0", From 6a89fef788be761b61ac25413fcc032f89f6b572 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 22 Nov 2021 15:54:59 +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 ba47f44..b097f18 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,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.9.4~ynh1 +**Shipped version:** 1.9.5~ynh1 **Demo:** https://app.element.io/ diff --git a/README_fr.md b/README_fr.md index 68ba907..2c593d6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour 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.9.4~ynh1 +**Version incluse :** 1.9.5~ynh1 **Démo :** https://app.element.io/ From 6f8a4a7e0b1093cff3162a4a15dfc1de428b93da Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 23 Nov 2021 13:17:03 +0100 Subject: [PATCH 3/3] Update app.src --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index ac13117..3fa0743 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/vector-im/element-web/archive/refs/tags/v1.9.5.tar.gz -SOURCE_SUM=c03c2a556852d20c609cfcfd1fad65e13cc17bfed499968f2fea9a5e1c70e068 +SOURCE_URL=https://github.com/vector-im/element-web/releases/download/v1.9.5/element-v1.9.5.tar.gz +SOURCE_SUM=14e82a1dd21750eba7c787ef0bc0d040e4449f956b3a63d07d08d1b1f65eea12 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true