From 3c4c27e2044c1e8d18ee5ce22172999c265a1189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 11 Dec 2023 18:49:22 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 4c8fe92..e47b397 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/releases/download/v2.31.0/snappymail-2.31.0.tar.gz" + sha256 = "e5f0c75e86bcadaf950eb5621bb5eef7241200dfdade52feaf3d2b5409820ffd" in_subdir = false autoupdate.strategy = "latest_github_tag"