From 4274591021ece368dab0e4a876dcd298c87afec2 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 14 May 2024 04:36:52 +0200 Subject: [PATCH] fix the source link x___x --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6a9350c..ca31da9 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~ynh1" +version = "7.11.4~ynh2" maintainers = [] @@ -41,8 +41,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/mattermost/focalboard/releases/download/v7.10.6/focalboard-server-linux-amd64.tar.gz" - sha256 = "76474c41c17f693ac7303c89815f51001d0acc2d5e844bca9846029079038bfe" + url = "https://github.com/mattermost/focalboard/releases/download/v7.11.3/focalboard-server-linux-amd64.tar.gz" + sha256 = "3515ef5b90fe2d958b8869e0191915f0ca46ee4e6950e16c9647423981ebeecd" autoupdate.strategy = "latest_github_release" autoupdate.asset = "^focalboard-server-linux-amd64.tar.gz$"