mirror of
https://github.com/YunoHost-Apps/tracim_ynh.git
synced 2024-10-01 13:34:52 +02:00
commit
e9bd1aa97b
3 changed files with 6 additions and 6 deletions
|
@ -19,7 +19,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.4.3~ynh1
|
||||
**Shipped version:** 4.6.1~ynh1
|
||||
|
||||
**Demo:** https://www.algoo.fr/fr/tracim/demo
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
Tracim est un logiciel de plateforme collaborative destiné à la collaboration (pas seulement technique) en équipe. Il est simple à utiliser, offre une interface conviviale et fonctionne sur tous les ordinateurs. C’est très précieux pour les équipes R&D, les associations, la collaboration à distance.
|
||||
|
||||
|
||||
**Version incluse :** 4.4.3~ynh1
|
||||
**Version incluse :** 4.6.1~ynh1
|
||||
|
||||
**Démo :** https://www.algoo.fr/fr/tracim/demo
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Tracim"
|
|||
description.en = "Collaborative platform intended for team collaboration"
|
||||
description.fr = "Plateforme collaborative destiné à la collaboration en équipe"
|
||||
|
||||
version = "4.4.3~ynh1"
|
||||
version = "4.6.1~ynh1"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
@ -18,7 +18,7 @@ code = "https://github.com/tracim/tracim"
|
|||
|
||||
[integration]
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
architectures = ["amd64"]
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
sso = false
|
||||
|
@ -49,8 +49,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://api.github.com/repos/tracim/tracim/tarball/release_04.04.03"
|
||||
sha256 = "e661be5481e262a5f3927ea9d62e1c7e15f63ba87fc12d038a301b936ab22a52"
|
||||
url = "https://github.com/tracim/tracim/archive/refs/tags/release_04.06.01.tar.gz"
|
||||
sha256 = "aad538f9de14fa66b78dc062b1e873bf8d7998dc293de026cc01f38624133932"
|
||||
|
||||
[resources.ports]
|
||||
|
||||
|
|
Loading…
Reference in a new issue