mirror of
https://github.com/YunoHost-Apps/simplex_ynh.git
synced 2024-09-03 20:26:28 +02:00
Update manifest.toml
This commit is contained in:
parent
09276f4d91
commit
a540bf07a5
1 changed files with 10 additions and 1 deletions
|
@ -18,7 +18,7 @@ cpe = "cpe:2.3:a:simplex:simplex_chat"
|
||||||
fund = "https://opencollective.com/simplex-chat"
|
fund = "https://opencollective.com/simplex-chat"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.13"
|
yunohost = ">= 11.1.14"
|
||||||
architectures = ["amd64"]
|
architectures = ["amd64"]
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
ldap = "not_relevant"
|
ldap = "not_relevant"
|
||||||
|
@ -40,3 +40,12 @@ ram.runtime = "50M"
|
||||||
dir = "/usr/local/bin/__APP__"
|
dir = "/usr/local/bin/__APP__"
|
||||||
|
|
||||||
[resources.permissions]
|
[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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue