From 43efeac30697cac3e8908898665d31ca980cf46c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 6 Jun 2024 03:52:38 +0200 Subject: [PATCH] Upgrade to v7.48 https://github.com/wekan/wekan/releases/tag/v7.48 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 342b905..a307f17 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.47~ynh1" +version = "7.48~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.47/wekan-7.47-amd64.zip" - amd64.sha256 = "c2d4c3f1814caaf5c065769e043898ae42c2b74f2e72810bffd6acf3237e5814" + amd64.url = "https://github.com/wekan/wekan/releases/download/v7.48/wekan-7.48-amd64.zip" + amd64.sha256 = "69bc47a5c493d5e585ed5654d1cf24b7570a916a45c99d4b0b652b51ec77dfb5" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = ".*-amd64.zip"