From 631db92c31280a46a5d58f6a6cbd6fbc055ff5ca Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 3 Jun 2024 03:46:43 +0200 Subject: [PATCH] Upgrade to v7.46 https://github.com/wekan/wekan/releases/tag/v7.46 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index d402f27..38e0bff 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.45~ynh1" +version = "7.46~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.45/wekan-7.45-amd64.zip" - amd64.sha256 = "eaa96e910d18cda001aee4329d13c7021c978e72d3bdce8e7dcf0ac414b0a5ff" + amd64.url = "https://github.com/wekan/wekan/releases/download/v7.46/wekan-7.46-amd64.zip" + amd64.sha256 = "6cc9eacaa5fb8dfc189fe694bac6f16f9dfedb09969d1bc97e08c5a4a9e26eac" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = ".*-amd64.zip"