mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
commit
becefe3970
3 changed files with 5 additions and 5 deletions
|
@ -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.
|
WeKan is an completely Open Source and Free software collaborative kanban board application.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 7.24~ynh1
|
**Shipped version:** 7.28~ynh1
|
||||||
|
|
||||||
**Demo:** https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h
|
**Demo:** https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
WeKan est une application de tableau kanban collaborative entièrement libre et open source.
|
WeKan est une application de tableau kanban collaborative entièrement libre et open source.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 7.24~ynh1
|
**Version incluse :** 7.28~ynh1
|
||||||
|
|
||||||
**Démo :** https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h
|
**Démo :** https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Wekan"
|
||||||
description.en = "Trello-like kanban"
|
description.en = "Trello-like kanban"
|
||||||
description.fr = "Kanban similaire à Trello"
|
description.fr = "Kanban similaire à Trello"
|
||||||
|
|
||||||
version = "7.24~ynh1"
|
version = "7.28~ynh1"
|
||||||
|
|
||||||
maintainers = ["alexAubin", "ljf", "yalh76"]
|
maintainers = ["alexAubin", "ljf", "yalh76"]
|
||||||
|
|
||||||
|
@ -46,8 +46,8 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
amd64.url = "https://github.com/wekan/wekan/releases/download/v7.24/wekan-7.24-amd64.zip"
|
amd64.url = "https://github.com/wekan/wekan/releases/download/v7.28/wekan-7.28-amd64.zip"
|
||||||
amd64.sha256 = "188a366cd2ab4f439f584372245e973c8d68e384a90d3ac192e7a91df7a76f97"
|
amd64.sha256 = "b83ae8f34a03ab2f7b8c43b2a43398450ac5b4f97a93430c36f0851e677fc6d0"
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
autoupdate.asset.amd64 = ".*-amd64.zip"
|
autoupdate.asset.amd64 = ".*-amd64.zip"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue