From 35f414929705bed977a2a8de47b1d6d3cce10095 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 5 Aug 2024 03:34:21 +0200 Subject: [PATCH] Upgrade sources - `main` v8.0.0: https://github.com/mattermost/focalboard/releases/tag/v8.0.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index d38171a..cc76e83 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Focalboard" description.en = "Kanban project management software" description.fr = "Logiciel de gestion de projet Kanban" -version = "7.11.4~ynh2" +version = "8.0.0~ynh1" maintainers = [] @@ -41,8 +41,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/mattermost/focalboard/releases/download/v7.11.3/focalboard-server-linux-amd64.tar.gz" - sha256 = "3515ef5b90fe2d958b8869e0191915f0ca46ee4e6950e16c9647423981ebeecd" + url = "https://github.com/mattermost/focalboard/releases/download/v8.0.0/mattermost-plugin-focalboard-v8.0.0-linux-amd64.tar.gz" + sha256 = "c2a02d6f7cedb4da4e941b890370ed99ac4aa12e455fd1b07eac50591d045762" autoupdate.strategy = "latest_github_release" autoupdate.asset = "^.*focalboard-.*linux-amd64.tar.gz$"