mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Update manifest.toml
This commit is contained in:
parent
26ca4c5db7
commit
85a59ce9b6
1 changed files with 6 additions and 3 deletions
|
@ -5,7 +5,7 @@ name = "Rocket.Chat"
|
|||
description.en = "Team collaboration communication platform"
|
||||
description.fr = "Plateforme de communication collaborative en équipe"
|
||||
|
||||
version = "6.4.7~ynh1"
|
||||
version = "6.5.0~ynh1"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
|
@ -21,8 +21,11 @@ code = "https://github.com/RocketChat/Rocket.Chat"
|
|||
yunohost = ">= 11.2"
|
||||
architectures = ["amd64"]
|
||||
multi_instance = true
|
||||
|
||||
ldap = false
|
||||
|
||||
sso = false
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "1500M"
|
||||
ram.runtime = "50M"
|
||||
|
@ -47,8 +50,8 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://releases.rocket.chat/6.4.7/download"
|
||||
sha256 = "fb5bce863a3833e6c74d27f3581684de321c01cab41285d60f4adfc280e7480b"
|
||||
url = "https://releases.rocket.chat/6.5.0/download"
|
||||
sha256 = "a0e0d73725d351403daa6d8a160b95bfc8a83edcc70a9ce221896dc0169b7cf6"
|
||||
in_subdir = true
|
||||
extract = true
|
||||
rename = "rocket.chat.tgz"
|
||||
|
|
Loading…
Add table
Reference in a new issue