From 85f8a304bc94e795a2c98a45781f3a4e21db8a7a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 22 Jan 2024 17:18:42 +0100 Subject: [PATCH 1/3] Upgrade to v2.33.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index dc03cee..db0c467 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "SnappyMail" description.en = "Simple, modern, lightweight & fast web-based e-mail client" description.fr = "Client de messagerie Web simple, moderne, léger et rapide" -version = "2.32.0~ynh1" +version = "2.33.0~ynh1" maintainers = ["eric_G"] @@ -46,8 +46,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/the-djmaze/snappymail/releases/download/v2.32.0/snappymail-2.32.0.tar.gz" - sha256 = "cbbee816f54213b790a096c159eca2fa495d0c38408409284cd67d08658cbdbf" + url = "https://github.com/the-djmaze/snappymail/archive/refs/tags/v2.33.0.tar.gz" + sha256 = "f55aa9b88e3b723cc9867b7d5c798f05fcf6b725a3fb57ce7a10de4e095bfd9e" in_subdir = false autoupdate.strategy = "latest_github_tag" From fd9dc8b5eb641a1f1475a2df4d769fadab9bd31f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 22 Jan 2024 16:18:44 +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 50cc86d..73cacd1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition. -**Shipped version:** 2.32.0~ynh1 +**Shipped version:** 2.33.0~ynh1 **Demo:** https://snappymail.eu/demo/ diff --git a/README_fr.md b/README_fr.md index fdf4f3f..d632383 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 Client de messagerie Web simple, moderne, léger et rapide. Snappymail est un fork considérablement amélioré et sécurisé de l'édition RainLoop Webmail Community. -**Version incluse :** 2.32.0~ynh1 +**Version incluse :** 2.33.0~ynh1 **Démo :** https://snappymail.eu/demo/ From 92f8b757043f1ff793c6ebba72047fa5315352d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 26 Jan 2024 19:36:57 +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 db0c467..bb1613b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -46,8 +46,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/the-djmaze/snappymail/archive/refs/tags/v2.33.0.tar.gz" - sha256 = "f55aa9b88e3b723cc9867b7d5c798f05fcf6b725a3fb57ce7a10de4e095bfd9e" + url = "https://github.com/the-djmaze/snappymail/releases/download/v2.33.0/snappymail-2.33.0.tar.gz" + sha256 = "ef52600a4b1eafba463157926e2c3ded1d80a31408efa03a9cf0bb7136b67a8c" in_subdir = false autoupdate.strategy = "latest_github_tag"