From d19ba7f9257f178586fedb9fb0b5f49c95f5fbdc Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 4 Dec 2023 05:18:01 +0100 Subject: [PATCH] Upgrade to v2.30.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index b326566..acd16b7 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.29.3~ynh1" +version = "2.30.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.29.3/snappymail-2.29.3.tar.gz" - sha256 = "a13e955ac314586545c4fef3b9da7780764f248b4479c10d4c303f1f88704985" + url = "https://github.com/the-djmaze/snappymail/archive/refs/tags/v2.30.0.tar.gz" + sha256 = "6f828adb222c4fd3020994348a144f6b618bb61316f67ad43d53584c68154b27" in_subdir = false autoupdate.strategy = "latest_github_tag"