mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
Update manifest.toml
This commit is contained in:
parent
2c74357a02
commit
8ea4ec586c
1 changed files with 5 additions and 4 deletions
|
@ -5,7 +5,7 @@ name = "Kanboard"
|
|||
description.en = "Kanban project management software"
|
||||
description.fr = "Logiciel de gestion de projet Kanban"
|
||||
|
||||
version = "1.2.30~ynh2"
|
||||
version = "1.2.31~ynh1"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
@ -17,7 +17,7 @@ admindoc = "https://docs.kanboard.org/en/latest/"
|
|||
code = "https://github.com/kanboard/kanboard"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.19"
|
||||
yunohost = ">= 11.1.21"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
|
@ -46,8 +46,9 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.30.tar.gz"
|
||||
sha256 = "cf7b8437053ac29323523841a224f43c4859e1a6440347ccd78095dfda8788d2"
|
||||
url = "https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.31.tar.gz"
|
||||
sha256 = "3ad58bea8160f71fc7a6681659b0c4073a7044816d4a0a00e08b5d2253d7bc93"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue