From 104fcea6730193b47af8e6b1e4208bc39aad39f8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 18 Mar 2024 02:46:10 +0100 Subject: [PATCH] Upgrade to v7.41 https://github.com/wekan/wekan/releases/tag/v7.41 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 49b089c..dad52ee 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Wekan" description.en = "Trello-like kanban" description.fr = "Kanban similaire à Trello" -version = "7.36~ynh1" +version = "7.41~ynh1" maintainers = ["alexAubin", "ljf", "yalh76"] @@ -46,8 +46,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - amd64.url = "https://github.com/wekan/wekan/releases/download/v7.36/wekan-7.36-amd64.zip" - amd64.sha256 = "a468ced1cada882706f591b61b4f344b7960fc66add2ee9f474603fe493c57d9" + amd64.url = "https://github.com/wekan/wekan/releases/download/v7.41/wekan-7.41-amd64.zip" + amd64.sha256 = "4fde1d1ef915a9a3045d1aeb7a29a8918995aca9b775434f66caf7504334ccda" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = ".*-amd64.zip"