1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grocy_ynh.git synced 2024-09-03 19:25:54 +02:00

Upgrade to v3.2.0

This commit is contained in:
yunohost-bot 2022-02-12 06:11:43 +00:00
parent 559da5574d
commit 6d25c0268b
2 changed files with 12 additions and 4 deletions

View file

@ -3,4 +3,4 @@ SOURCE_SUM=50f6b0bad9b932594f61daeef91a64f1461f1c335cacd61aab8a8c6d992ca2e2
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=false SOURCE_IN_SUBDIR=false
SOURCE_EXTRACT=true SOURCE_EXTRACT=true

View file

@ -28,7 +28,8 @@
"php8.0-fpm" "php8.0-fpm"
], ],
"arguments": { "arguments": {
"install": [{ "install": [
{
"name": "domain", "name": "domain",
"type": "domain" "type": "domain"
}, },
@ -39,9 +40,16 @@
"en": "Choose the application language", "en": "Choose the application language",
"fr": "Choisissez la langue de l'application" "fr": "Choisissez la langue de l'application"
}, },
"choices": ["de", "en", "es", "fr", "it", "pt"], "choices": [
"de",
"en",
"es",
"fr",
"it",
"pt"
],
"default": "fr" "default": "fr"
}, },
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",