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

Merge pull request #6 from YunoHost-Apps/ci-auto-update-v5.4.0

Upgrade to version 5.4.0
This commit is contained in:
yalh76 2022-05-16 12:36:06 +02:00 committed by GitHub
commit deb80f1177
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 6 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Fab Lab management solution. Fab Lab management solution.
**Shipped version:** 5.3.12~ynh3 **Shipped version:** 5.4.0~ynh1
**Demo:** https://www.fab-manager.com/fr/demo **Demo:** https://www.fab-manager.com/fr/demo

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
**Version incluse :** 5.3.12~ynh3 **Version incluse :** 5.4.0~ynh1
**Démo :** https://www.fab-manager.com/fr/demo **Démo :** https://www.fab-manager.com/fr/demo

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/sleede/fab-manager/archive/refs/tags/v5.3.12.tar.gz SOURCE_URL=https://api.github.com/repos/sleede/fab-manager/tarball/v5.4.0
SOURCE_SUM=317046f8ef64745a50ed72df23e8b0060de0d4227fbc011ee9d837fca0527aa8 SOURCE_SUM=3cc9ca5e26678c80e7169fe295d77f9dd3e0e6b9656f78d1e5e469f94104864d
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -5,7 +5,7 @@
"description": { "description": {
"en": "Fab Lab management solution." "en": "Fab Lab management solution."
}, },
"version": "5.3.12~ynh3", "version": "5.4.0~ynh1",
"url": "https://www.fab-manager.com", "url": "https://www.fab-manager.com",
"upstream": { "upstream": {
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
@ -44,7 +44,10 @@
"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": ["fr", "en"], "choices": [
"fr",
"en"
],
"default": "fr" "default": "fr"
}, },
{ {