From 823a7245203da5ef95fbee693137abd8d725c72d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 31 Dec 2023 05:18:24 +0100 Subject: [PATCH] Upgrade to v7.25 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index c4db3d3..3b8113c 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.24~ynh1" +version = "7.25~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.24/wekan-7.24-amd64.zip" - amd64.sha256 = "188a366cd2ab4f439f584372245e973c8d68e384a90d3ac192e7a91df7a76f97" + amd64.url = "https://github.com/wekan/wekan/releases/download/v7.25/wekan-7.25-amd64.zip" + amd64.sha256 = "4866062494070f1a8c14202beb00d3484116313367f7fc1b08df4c9d145c1834" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = ".*-amd64.zip"