From 7ece1195003c92695f41ec2651a8501e637edc97 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 12 Dec 2023 05:18:33 +0100 Subject: [PATCH] Upgrade to v7.23 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 8641588..2af6a63 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.22~ynh1" +version = "7.23~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.22/wekan-7.22-amd64.zip" - amd64.sha256 = "1773e1fa1397baf8b859725f0f8777284a832ea3fe8ef346d84520894f8e8e8e" + amd64.url = "https://github.com/wekan/wekan/releases/download/v7.23/wekan-7.23-amd64.zip" + amd64.sha256 = "f101583524b62c8909db9e98e779429c809b142af8dcf7afe7dabd4c67e3b039" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = ".*-amd64.zip"