1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grist_ynh.git synced 2024-09-03 20:36:18 +02:00

Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-11-17 15:13:31 +01:00
parent b5ad6f3537
commit 0c10e78dc3

View file

@ -4,8 +4,8 @@ packaging_format = 2
id = "grist" id = "grist"
name = "Grist" name = "Grist"
description.en = "Grist is the evolution of spreadsheets." description.en = "Grist is the evolution of spreadsheets"
description.fr = "Grist est l'évolution des tableurs." description.fr = "Grist est l'évolution des tableurs"
version = "1.1.5~ynh2" version = "1.1.5~ynh2"
@ -29,7 +29,7 @@ cpe = "???"
fund = "https://github.com/sponsors/gristlabs" fund = "https://github.com/sponsors/gristlabs"
[integration] [integration]
yunohost = ">= 11.1.21" yunohost = ">= 11.2"
architectures = "all" architectures = "all"
multi_instance = true multi_instance = true
@ -106,7 +106,7 @@ ram.runtime = "400M"
[resources.apt] [resources.apt]
# This will automatically install/uninstall the following apt packages # This will automatically install/uninstall the following apt packages
# and implicitly define the $phpversion setting as 8.0 (if phpX.Y-foobar dependencies are listed) # and implicitly define the $phpversion setting as 8.0 (if phpX.Y-foobar dependencies are listed)
packages = "python3.9 python3.9-venv" packages = "python3.9, python3.9-venv"
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main" extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg" extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"