From 97deb2ebe5d97a6b8023776406dd8d574e1d3feb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 26 Apr 2022 13:19:34 +0200 Subject: [PATCH 1/3] 1.10.11 --- 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 c2f106f..648a01d 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/vector-im/element-web/releases/download/v1.10.10/element-v1.10.10.tar.gz -SOURCE_SUM=20db4b05a23a32d2523de8b36b51f7dd5841c3390dce88f1e6f68b3938cce0f6 +SOURCE_URL=https://github.com/vector-im/element-web/releases/download/v1.10.11/element-v1.10.11.tar.gz +SOURCE_SUM=cd0fc5eb07b6f65d4e669e08df81866e55876d9ff3c7fa625144d3f0e022a60a SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index bd56a37..059bae1 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web client for Matrix", "fr": "Client web pour Matrix" }, - "version": "1.10.10~ynh1", + "version": "1.10.11~ynh1", "url": "https://element.io", "upstream": { "license": "Apache-2.0", From ba97044d644e26e4faacf4c57431c58d9aa97bf0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 26 Apr 2022 11:19:38 +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 e8f8750..859d031 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.10.10~ynh1 +**Shipped version:** 1.10.11~ynh1 **Demo:** https://app.element.io/ diff --git a/README_fr.md b/README_fr.md index 92c7239..3ff9e7d 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.10.10~ynh1 +**Version incluse :** 1.10.11~ynh1 **Démo :** https://app.element.io/ From b261d775c466c64c1047c06b73f7dc0f8222dc8c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 3 May 2022 08:28:26 +0200 Subject: [PATCH 3/3] Update updater.sh --- .github/workflows/updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 1754ed4..48c4b4c 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -10,7 +10,7 @@ # automatic actions when a new upstream release is detected. # Remove this exit command when you are ready to run this Action -exit 1 +#exit 1 #================================================= # FETCHING LATEST RELEASE AND ITS ASSETS