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

Merge branch 'master' into pr/285

This commit is contained in:
yalh76 2024-02-06 00:22:01 +01:00
commit 7c5042ad1f
3 changed files with 5 additions and 5 deletions

View file

@ -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.22~ynh1
**Shipped version:** 7.30~ynh1
**Demo:** https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h

View file

@ -19,7 +19,7 @@ Si vous navez 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.22~ynh1
**Version incluse :** 7.30~ynh1
**Démo :** https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h

View file

@ -5,7 +5,7 @@ name = "Wekan"
description.en = "Trello-like kanban"
description.fr = "Kanban similaire à Trello"
version = "7.22~ynh1"
version = "7.30~ynh1"
maintainers = ["alexAubin", "ljf", "yalh76"]
@ -43,8 +43,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
amd64.url = "https://github.com/wekan/wekan/releases/download/v7.22/wekan-7.22-amd64.zip"
amd64.sha256 = "1773e1fa1397baf8b859725f0f8777284a832ea3fe8ef346d84520894f8e8e8e"
amd64.url = "https://github.com/wekan/wekan/releases/download/v7.30/wekan-7.30-amd64.zip"
amd64.sha256 = "8e2b7caefa1467716e00a36d7b951c3f490dec4a6c7f22a4ab3c9925ed09f5cb"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = ".*-amd64.zip"