From ba7b2af17f996467e4bffa52ece3b31200d90824 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 11 Jun 2024 04:17:11 +0200 Subject: [PATCH] Upgrade to v7.49 https://github.com/wekan/wekan/releases/tag/v7.49 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index a307f17..5b29e16 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.48~ynh1" +version = "7.49~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.48/wekan-7.48-amd64.zip" - amd64.sha256 = "69bc47a5c493d5e585ed5654d1cf24b7570a916a45c99d4b0b652b51ec77dfb5" + amd64.url = "https://github.com/wekan/wekan/releases/download/v7.49/wekan-7.49-amd64.zip" + amd64.sha256 = "fc498416333bbdddca2c0b6025e87e407e607f72595d00f225342c63a3866f83" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = ".*-amd64.zip"