From 85fdbdf1f0af0479fe976731a17544956e17e934 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 29 Nov 2023 19:42:00 +0100 Subject: [PATCH 1/4] purge the "bundles" folder to avoid pointlessly taking up space at each update --- scripts/upgrade | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index 3583ab8..60f04c1 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -37,6 +37,9 @@ fi if [ "$upgrade_type" == "UPGRADE_APP" ] then + # purge the "bundles" folder to avoid pointlessly taking up space at each update + ynh_secure_remove --file="$install_dir/bundles/*" + ynh_script_progression --message="Upgrading source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src From 060d40ef4e27f1cbd045b6d85435738cd6942b2c Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 29 Nov 2023 20:01:18 +0100 Subject: [PATCH 2/4] remove * --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 60f04c1..dbb5105 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -38,7 +38,7 @@ fi if [ "$upgrade_type" == "UPGRADE_APP" ] then # purge the "bundles" folder to avoid pointlessly taking up space at each update - ynh_secure_remove --file="$install_dir/bundles/*" + ynh_secure_remove --file="$install_dir/bundles/" ynh_script_progression --message="Upgrading source files..." --weight=1 From 184a8a877f9317ed6c72971695598e5f02a27ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:26:08 +0100 Subject: [PATCH 3/4] Update manifest.toml --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index b5f4ae1..adeb769 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.50~ynh1" +version = "1.11.51~ynh1" maintainers = ["Josué Tille"] @@ -56,8 +56,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/vector-im/element-web/releases/download/v1.11.50/element-v1.11.50.tar.gz" - sha256 = "1946854314417de208ef05e4e7ff095fd4dbda033e9f15d69d8b10f1f0c7bbfa" + url = "https://github.com/vector-im/element-web/releases/download/v1.11.51/element-v1.11.51.tar.gz" + sha256 = "8566c53b22e6a63a2876d76d52a1cd6e3f121ce1404e0d187b54c09656226128" autoupdate.strategy = "latest_github_tag" [resources.system_user] From a41fabf6472ff3c1f7abd6882adc0ea48294a71b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 5 Dec 2023 16:26:13 +0000 Subject: [PATCH 4/4] 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 cfa7370..ed1c7f9 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.50~ynh1 +**Shipped version:** 1.11.51~ynh1 **Demo:** https://app.element.io/ diff --git a/README_fr.md b/README_fr.md index a0877eb..497e95b 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.50~ynh1 +**Version incluse :** 1.11.51~ynh1 **Démo :** https://app.element.io/