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

Upgrade sources

- `main` v7.55: https://github.com/wekan/wekan/releases/tag/v7.55
This commit is contained in:
yunohost-bot 2024-08-09 03:46:10 +02:00 committed by YunoHost Bot
parent f597a38525
commit a6de3b4450

View file

@ -5,7 +5,7 @@ name = "Wekan"
description.en = "Trello-like kanban"
description.fr = "Kanban similaire à Trello"
version = "7.54~ynh1"
version = "7.55~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.54/wekan-7.54-amd64.zip"
amd64.sha256 = "18f10a6b86897605ac355d37fdea51e3651ddbf4bdd161b89a0ebc2260000b8d"
amd64.url = "https://github.com/wekan/wekan/releases/download/v7.55/wekan-7.55-amd64.zip"
amd64.sha256 = "83ca2da817a9a5e09cb7ae18856a119659ab3d5f9d954304fceba1d83f6d93fa"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = ".*-amd64.zip"