From 7f299ff6bb51eafbbe4449184272215a7b4f4889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:37:17 +0100 Subject: [PATCH 1/4] remove maintenance --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index bb1613b..7193ff1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ description.fr = "Client de messagerie Web simple, moderne, léger et rapide" version = "2.33.0~ynh1" -maintainers = ["eric_G"] +maintainers = [] [upstream] license = "AGPL-3.0-only" From 4fe36d6ffe01008b3f9ef02b0ddc768b1322e080 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 14 Feb 2024 21:34:14 +0100 Subject: [PATCH 2/4] Upgrade to v2.34.2 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7193ff1..b2becce 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.33.0~ynh1" +version = "2.34.2~ynh1" maintainers = [] @@ -46,8 +46,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/the-djmaze/snappymail/releases/download/v2.33.0/snappymail-2.33.0.tar.gz" - sha256 = "ef52600a4b1eafba463157926e2c3ded1d80a31408efa03a9cf0bb7136b67a8c" + url = "https://github.com/the-djmaze/snappymail/archive/refs/tags/v2.34.2.tar.gz" + sha256 = "ff0ed3de77288c0c770b585f88d4ad963132c93e6a374191a77b14f938333991" in_subdir = false autoupdate.strategy = "latest_github_tag" From 79b0979c9a446b1933a2dce116e83e11d46eee74 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 14 Feb 2024 20:34:15 +0000 Subject: [PATCH 3/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 73cacd1..ef4ae5f 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.33.0~ynh1 +**Shipped version:** 2.34.2~ynh1 **Demo:** https://snappymail.eu/demo/ diff --git a/README_fr.md b/README_fr.md index d632383..164cf2b 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.33.0~ynh1 +**Version incluse :** 2.34.2~ynh1 **Démo :** https://snappymail.eu/demo/ From 25bfcd4233ca117fe7b3297fe57abe77440096a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 15 Feb 2024 10:02:01 +0100 Subject: [PATCH 4/4] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index b2becce..e9fb02d 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.34.2.tar.gz" - sha256 = "ff0ed3de77288c0c770b585f88d4ad963132c93e6a374191a77b14f938333991" + url = "https://github.com/the-djmaze/snappymail/releases/download/v2.34.2/snappymail-2.34.2.tar.gz" + sha256 = "ca2aaf930a8bb339a80076d5173f9539216124e8b6e88ad84c73fc2596c21d08" in_subdir = false autoupdate.strategy = "latest_github_tag"