mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
Merge pull request #176 from YunoHost-Apps/ci-auto-update-1.2.34
This commit is contained in:
commit
545eb45e1c
3 changed files with 7 additions and 5 deletions
|
@ -25,7 +25,7 @@ Kanboard is a free and open source Kanban project management software.
|
||||||
- Drag and drop tasks to manage your project
|
- Drag and drop tasks to manage your project
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.2.33~ynh3
|
**Shipped version:** 1.2.34~ynh1
|
||||||
|
|
||||||
**Demo:** https://demo.yunohost.org/kanboard/
|
**Demo:** https://demo.yunohost.org/kanboard/
|
||||||
|
|
||||||
|
@ -38,6 +38,7 @@ Kanboard is a free and open source Kanban project management software.
|
||||||
* Official app website: <https://kanboard.net>
|
* Official app website: <https://kanboard.net>
|
||||||
* Official admin documentation: <https://docs.kanboard.org/>
|
* Official admin documentation: <https://docs.kanboard.org/>
|
||||||
* Upstream app code repository: <https://github.com/kanboard/kanboard>
|
* Upstream app code repository: <https://github.com/kanboard/kanboard>
|
||||||
|
* YunoHost Store: <https://apps.yunohost.org/app/kanboard>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/kanboard_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/kanboard_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
|
@ -25,7 +25,7 @@ Kanboard est un logiciel de gestion de projet Kanban gratuit et open source.
|
||||||
- Glisser et déposez des tâches pour gérer votre projet
|
- Glisser et déposez des tâches pour gérer votre projet
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 1.2.33~ynh3
|
**Version incluse :** 1.2.34~ynh1
|
||||||
|
|
||||||
**Démo :** https://demo.yunohost.org/kanboard/
|
**Démo :** https://demo.yunohost.org/kanboard/
|
||||||
|
|
||||||
|
@ -38,6 +38,7 @@ Kanboard est un logiciel de gestion de projet Kanban gratuit et open source.
|
||||||
* Site officiel de l’app : <https://kanboard.net>
|
* Site officiel de l’app : <https://kanboard.net>
|
||||||
* Documentation officielle de l’admin : <https://docs.kanboard.org/>
|
* Documentation officielle de l’admin : <https://docs.kanboard.org/>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/kanboard/kanboard>
|
* Dépôt de code officiel de l’app : <https://github.com/kanboard/kanboard>
|
||||||
|
* YunoHost Store: <https://apps.yunohost.org/app/kanboard>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/kanboard_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/kanboard_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Kanboard"
|
||||||
description.en = "Kanban project management software"
|
description.en = "Kanban project management software"
|
||||||
description.fr = "Logiciel de gestion de projet Kanban"
|
description.fr = "Logiciel de gestion de projet Kanban"
|
||||||
|
|
||||||
version = "1.2.33~ynh3"
|
version = "1.2.34~ynh1"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
@ -47,8 +47,8 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.33.tar.gz"
|
url = "https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.34.tar.gz"
|
||||||
sha256 = "9389b618468c96deae6448398a687770284e798e797bf0effa42d3af5bb4e43d"
|
sha256 = "8fe1aa5491d69ed7081940e20e7a125fe7050792d30223a477a73601c22bf286"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
Loading…
Add table
Reference in a new issue