From 905d279fec5862c507a6774f020ee7e48313593b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 23 Nov 2023 05:18:30 +0100 Subject: [PATCH] Upgrade to v7.19 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 66fd163..4d3f0d1 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.18~ynh1" +version = "7.19~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.18/wekan-7.18-amd64.zip" - amd64.sha256 = "da865310d70de763fc0d410344e28a493691e461b5195fe97d16e89f3d0d7246" + amd64.url = "https://github.com/wekan/wekan/releases/download/v7.19/wekan-7.19-amd64.zip" + amd64.sha256 = "0fe05b35ddd9e7d0f54967f9464c3231fc876e33206528eaf16d97c6af2fc930" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = ".*-amd64.zip"