From 364b34e16bb612a8bc91150414cfd3fcb583d7fe Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 17 Feb 2024 19:20:11 +0100 Subject: [PATCH] Upgrade to v7.31 https://github.com/wekan/wekan/releases/tag/v7.31 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index fa09eda..f90adfa 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.30~ynh1" +version = "7.31~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.30/wekan-7.30-amd64.zip" - amd64.sha256 = "8e2b7caefa1467716e00a36d7b951c3f490dec4a6c7f22a4ab3c9925ed09f5cb" + amd64.url = "https://github.com/wekan/wekan/releases/download/v7.31/wekan-7.31-amd64.zip" + amd64.sha256 = "c37fff20bfdc43547df659bd6b298d6324d4d560585c1952f6f6db79b1cfec3b" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = ".*-amd64.zip"