From 52fd65dff3c8a9980f5e2da8653d69ed989120d5 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 21 Feb 2024 22:22:49 +0100 Subject: [PATCH] Upgrade to v2.35.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index e9fb02d..6fbcbab 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.34.2~ynh1" +version = "2.35.0~ynh1" maintainers = [] @@ -46,8 +46,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/the-djmaze/snappymail/releases/download/v2.34.2/snappymail-2.34.2.tar.gz" - sha256 = "ca2aaf930a8bb339a80076d5173f9539216124e8b6e88ad84c73fc2596c21d08" + url = "https://github.com/the-djmaze/snappymail/archive/refs/tags/v2.35.0.tar.gz" + sha256 = "38527768eb08d17c75a2d9bf9732d71caececa83858a3f304a2e30d5b8afcd57" in_subdir = false autoupdate.strategy = "latest_github_tag"