From 3b361642c80f1cb33540668b1577d5e563d3efa2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 27 Apr 2024 03:48:17 +0200 Subject: [PATCH] Upgrade to v7.44 https://github.com/wekan/wekan/releases/tag/v7.44 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index cf54026..02cd639 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.43~ynh1" +version = "7.44~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.43/wekan-7.43-amd64.zip" - amd64.sha256 = "90db0259b1015b1020361524d26ce9ca2baa021cf335fab10e313fe42b40d548" + amd64.url = "https://github.com/wekan/wekan/releases/download/v7.44/wekan-7.44-amd64.zip" + amd64.sha256 = "ad5b2d426cf0aecd8f9f5999ad777b76cd735a6a3d1af59258e71860f99d39e9" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = ".*-amd64.zip"