mirror of
https://github.com/YunoHost-Apps/tracim_ynh.git
synced 2024-10-01 13:34:52 +02:00
Merge pull request #8 from YunoHost-Apps/ci-auto-update-v4.2.2
Upgrade to version 4.2.2
This commit is contained in:
commit
b24bb1f63c
4 changed files with 12 additions and 6 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
Tracim is a collaborative platform software intended for (not only technical) team collaboration. It is simple to use, offers a user-friendly interface and runs on every computer. It is very valuable for R&D teams, assocations, remote collaboration.
|
||||
|
||||
|
||||
**Shipped version:** 4.2.0~ynh1
|
||||
**Shipped version:** 4.2.2~ynh1
|
||||
|
||||
**Demo:** https://www.algoo.fr/fr/tracim/demo
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
Tracim is a collaborative platform software intended for (not only technical) team collaboration. It is simple to use, offers a user-friendly interface and runs on every computer. It is very valuable for R&D teams, assocations, remote collaboration.
|
||||
|
||||
|
||||
**Version incluse :** 4.2.0~ynh1
|
||||
**Version incluse :** 4.2.2~ynh1
|
||||
|
||||
**Démo :** https://www.algoo.fr/fr/tracim/demo
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/tracim/tracim/archive/refs/tags/release_04.02.00.tar.gz
|
||||
SOURCE_SUM=b8d2ed27a94962e9c10a03c2548cf489a3b16cf3d3302cec1fda4b065d5273c3
|
||||
SOURCE_URL=https://api.github.com/repos/tracim/tracim/tarball/release_04.02.02
|
||||
SOURCE_SUM=0da81544a65e9678b2f26729b06f166c084c7756a799dc755d1d9e75b37b96cb
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": {
|
||||
"en": "Collaborative platform software intended for (not only technical) team collaboration."
|
||||
},
|
||||
"version": "4.2.0~ynh1",
|
||||
"version": "4.2.2~ynh1",
|
||||
"url": "https://www.tracim.fr",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-or-later,LGPL-3.0-or-later,CC-BY-SA-2.5,MIT",
|
||||
|
@ -44,7 +44,13 @@
|
|||
"en": "Choose the application language",
|
||||
"fr": "Choisissez la langue de l'application"
|
||||
},
|
||||
"choices": ["fr", "en", "pt", "de", "ar"],
|
||||
"choices": [
|
||||
"fr",
|
||||
"en",
|
||||
"pt",
|
||||
"de",
|
||||
"ar"
|
||||
],
|
||||
"default": "fr"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue