From 2333d2e18ffce71f06654d6ed5d686d7537ecb4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 21 Oct 2023 12:03:47 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index dabf874..12afdde 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "OnlyOffice" description.en = "Create and edit documents collaboratively" description.fr = "Créez et éditer des documents collaborativement" -version = "7.3.3~ynh1" +version = "7.5~ynh1" maintainers = [] @@ -46,7 +46,6 @@ ram.runtime = "50M" help.fr = "Installez le connecteur OnlyOffice pour éditer des documents dans Nextcloud." type = "string" example = "yunohost.domain/nextcloud or nextcloud.yunohost.domain" - default = "yunohost.domain/nextcloud" [resources] @@ -62,9 +61,9 @@ ram.runtime = "50M" [resources.apt] packages = "postgresql, postgresql-contrib, libstdc++6, rabbitmq-server, libcurl4-dev" - extras.repo = "deb http://deb.debian.org/debian/ bullseye main contrib" - extras.key = "https://ftp-master.debian.org/keys/release-bullseye.asc" - extras.packages = "ttf-mscorefonts-installer" + extras.ttf.repo = "deb http://deb.debian.org/debian/ bullseye main contrib" + extras.ttf.key = "https://ftp-master.debian.org/keys/release-bullseye.asc" + extras.ttf.packages = "ttf-mscorefonts-installer" extras.onlyoffice.repo = "https://download.onlyoffice.com/repo/debian squeeze main" extras.onlyoffice.key = "https://download.onlyoffice.com/GPG-KEY-ONLYOFFICE"