From 669bf0d017872c0afc6c007b4849693d5c16a489 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 3 Apr 2024 03:48:22 +0200 Subject: [PATCH] Upgrade to v7.42 https://github.com/wekan/wekan/releases/tag/v7.42 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index dad52ee..fcc3f81 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.41~ynh1" +version = "7.42~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.41/wekan-7.41-amd64.zip" - amd64.sha256 = "4fde1d1ef915a9a3045d1aeb7a29a8918995aca9b775434f66caf7504334ccda" + amd64.url = "https://github.com/wekan/wekan/releases/download/v7.42/wekan-7.42-amd64.zip" + amd64.sha256 = "1bed37b059969f26191a21c97cd9bcce9ae8bdad48acfe63bd729a83f174246c" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = ".*-amd64.zip"