From 1e5ba16660f4fbed068a5655a45381a4afe05840 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 9 Dec 2023 05:17:47 +0100 Subject: [PATCH] Upgrade to v2.31.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 4c8fe92..f85b62d 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.30.0~ynh1" +version = "2.31.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.30.0/snappymail-2.30.0.tar.gz" - sha256 = "23d77d3047ca05b4d276f885c290d373cf7cf3d94b9374de11e68de6bac3f7fb" + url = "https://github.com/the-djmaze/snappymail/archive/refs/tags/v2.31.0.tar.gz" + sha256 = "1b37c305aa2a29a6e621805fbcbb3b814abf04310682c38bb327f633ce01f398" in_subdir = false autoupdate.strategy = "latest_github_tag"