From fc1b20c1426175c2194927f34fc9a9f0c534657a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 27 Aug 2024 03:52:08 +0200 Subject: [PATCH] Upgrade sources - `main` v7.56: https://github.com/wekan/wekan/releases/tag/v7.56 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index de8083f..ea367f4 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.54~ynh1" +version = "7.56~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.54/wekan-7.54-amd64.zip" - amd64.sha256 = "18f10a6b86897605ac355d37fdea51e3651ddbf4bdd161b89a0ebc2260000b8d" + amd64.url = "https://github.com/wekan/wekan/releases/download/v7.56/wekan-7.56-amd64.zip" + amd64.sha256 = "9811a870743d1b4ad28fdb27f5d1592ee8825ec386992d3ef1009e99dc09e225" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = ".*-amd64.zip"