From a540bf07a5291c5ccf2c8776c97c5ee0f7487d63 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 9 Mar 2023 17:21:19 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index d307cb2..d62a6cd 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,7 +18,7 @@ cpe = "cpe:2.3:a:simplex:simplex_chat" fund = "https://opencollective.com/simplex-chat" [integration] -yunohost = ">= 11.1.13" +yunohost = ">= 11.1.14" architectures = ["amd64"] multi_instance = false ldap = "not_relevant" @@ -40,3 +40,12 @@ ram.runtime = "50M" dir = "/usr/local/bin/__APP__" [resources.permissions] + + [resources.sources] + [resources.sources.main] + url = "https://github.com/YunoHost-Apps/simplex_ynh/releases/download/v4.4.1/smp-server" + sha256 = "057b773520d87d0f71958665ff3c099ec7214165fa82551b0c2251ae9165ce03" + in_subdir = false + extract = false + rename = "smp-server" + \ No newline at end of file