1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

Merge pull request #185 from YunoHost-Apps/testing

Fix checksum
This commit is contained in:
eric_G 2024-02-17 18:23:47 +01:00 committed by GitHub
commit d9beaa2fa5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -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.35~ynh2 **Shipped version:** 1.2.35~ynh3
**Demo:** https://demo.yunohost.org/kanboard/ **Demo:** https://demo.yunohost.org/kanboard/

View file

@ -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.35~ynh2 **Version incluse :** 1.2.35~ynh3
**Démo :** https://demo.yunohost.org/kanboard/ **Démo :** https://demo.yunohost.org/kanboard/

View file

@ -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.35~ynh2" version = "1.2.35~ynh3"
maintainers = [] maintainers = []
@ -51,7 +51,7 @@ ram.runtime = "50M"
[resources.sources.main] [resources.sources.main]
url = "https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.35.tar.gz" url = "https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.35.tar.gz"
sha256 = "9b6118ba4e3b3dd17f5313a963be09b7f9c323ad0c78bde3d9a394c6afb30b7e" sha256 = "3c6a4175fe31c50aea68e5a252d9e3f36e98fc0948f93583dfbfacf570171c64"
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
[resources.system_user] [resources.system_user]