From bb636d6abd5785940ef732711ed7a6d1af75c9f1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 22 Feb 2024 21:42:29 +0100 Subject: [PATCH] Upgrade to v7.32 https://github.com/wekan/wekan/releases/tag/v7.32 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index fa09eda..51f6103 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.32~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.32/wekan-7.32-amd64.zip" + amd64.sha256 = "e8e6ddd58031a16fab7a48970fe48e67f95f8cb5b995eba6ede85fd744cac8c9" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = ".*-amd64.zip"