From 2f84cedbf2b7200c06a792c4c52ccb361d9ce3c3 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 23 Jan 2024 21:34:59 +0100 Subject: [PATCH] Upgrade to v7.28 Changelog: https://github.com/wekan/wekan/releases/tag/v7.28 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6d3041f..a314293 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.27~ynh1" +version = "7.28~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.27/wekan-7.27-amd64.zip" - amd64.sha256 = "62c0bd43287d532b36cc3d62ad707abcafd59f964b8025553fb394793b24e19e" + amd64.url = "https://github.com/wekan/wekan/releases/download/v7.28/wekan-7.28-amd64.zip" + amd64.sha256 = "b83ae8f34a03ab2f7b8c43b2a43398450ac5b4f97a93430c36f0851e677fc6d0" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = ".*-amd64.zip"