mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
commit
a14b660b41
3 changed files with 17 additions and 17 deletions
14
README.md
14
README.md
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
WeKan is an completely Open Source and Free software collaborative kanban board application.
|
||||
|
||||
|
||||
**Shipped version:** 7.34~ynh1
|
||||
**Shipped version:** 7.36~ynh1
|
||||
|
||||
**Demo:** https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h
|
||||
|
||||
|
@ -29,11 +29,11 @@ WeKan is an completely Open Source and Free software collaborative kanban board
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://wekan.github.io>
|
||||
* Official admin documentation: <https://github.com/wekan/wekan/wiki>
|
||||
* Upstream app code repository: <https://github.com/wekan/wekan>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/wekan>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/wekan_ynh/issues>
|
||||
- Official app website: <https://wekan.github.io>
|
||||
- Official admin documentation: <https://github.com/wekan/wekan/wiki>
|
||||
- Upstream app code repository: <https://github.com/wekan/wekan>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/wekan>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/wekan_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -47,4 +47,4 @@ or
|
|||
sudo yunohost app upgrade wekan -u https://github.com/YunoHost-Apps/wekan_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
14
README_fr.md
14
README_fr.md
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
WeKan est une application de tableau kanban collaborative entièrement libre et open source.
|
||||
|
||||
|
||||
**Version incluse :** 7.34~ynh1
|
||||
**Version incluse :** 7.36~ynh1
|
||||
|
||||
**Démo :** https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h
|
||||
|
||||
|
@ -29,11 +29,11 @@ WeKan est une application de tableau kanban collaborative entièrement libre et
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://wekan.github.io>
|
||||
* Documentation officielle de l’admin : <https://github.com/wekan/wekan/wiki>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/wekan/wekan>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/wekan>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/wekan_ynh/issues>
|
||||
- Site officiel de l’app : <https://wekan.github.io>
|
||||
- Documentation officielle de l’admin : <https://github.com/wekan/wekan/wiki>
|
||||
- Dépôt de code officiel de l’app : <https://github.com/wekan/wekan>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/wekan>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/wekan_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
@ -47,4 +47,4 @@ ou
|
|||
sudo yunohost app upgrade wekan -u https://github.com/YunoHost-Apps/wekan_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Wekan"
|
|||
description.en = "Trello-like kanban"
|
||||
description.fr = "Kanban similaire à Trello"
|
||||
|
||||
version = "7.34~ynh1"
|
||||
version = "7.36~ynh1"
|
||||
|
||||
maintainers = ["alexAubin", "ljf", "yalh76"]
|
||||
|
||||
|
@ -46,8 +46,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
amd64.url = "https://github.com/wekan/wekan/releases/download/v7.34/wekan-7.34-amd64.zip"
|
||||
amd64.sha256 = "6490e1edb1aae60d1b90e1dd182ab7325aa97397266446ae5543fbac82152ea9"
|
||||
amd64.url = "https://github.com/wekan/wekan/releases/download/v7.36/wekan-7.36-amd64.zip"
|
||||
amd64.sha256 = "a468ced1cada882706f591b61b4f344b7960fc66add2ee9f474603fe493c57d9"
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.amd64 = ".*-amd64.zip"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue