From e8ac94f9e3b96de181f3eea9a075bc3672758980 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 27 Feb 2024 21:42:30 +0100 Subject: [PATCH] Upgrade to v7.35 https://github.com/wekan/wekan/releases/tag/v7.35 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index e840cfa..3dc0c16 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.34~ynh1" +version = "7.35~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.34/wekan-7.34-amd64.zip" - amd64.sha256 = "6490e1edb1aae60d1b90e1dd182ab7325aa97397266446ae5543fbac82152ea9" + amd64.url = "https://github.com/wekan/wekan/releases/download/v7.35/wekan-7.35-amd64.zip" + amd64.sha256 = "8c2139e047cd92c08562d8dfd11863a126efb36a655d7627fd05993b9444cb15" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = ".*-amd64.zip"