mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
Merge pull request #299 from YunoHost-Apps/ci-auto-update-7.35
Upgrade to v7.35
This commit is contained in:
commit
fb9e54f0ac
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.
|
||||
|
||||
|
||||
**Shipped version:** 7.34~ynh1
|
||||
**Shipped version:** 7.35~ynh1
|
||||
|
||||
**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.
|
||||
|
||||
|
||||
**Version incluse :** 7.34~ynh1
|
||||
**Version incluse :** 7.35~ynh1
|
||||
|
||||
**Démo :** https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Wekan"
|
|||
description.en = "Trello-like kanban"
|
||||
description.fr = "Kanban similaire à Trello"
|
||||
|
||||
version = "7.34~ynh1"
|
||||
version = "7.35~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.34/wekan-7.34-amd64.zip"
|
||||
amd64.sha256 = "6490e1edb1aae60d1b90e1dd182ab7325aa97397266446ae5543fbac82152ea9"
|
||||
amd64.url = "https://github.com/wekan/wekan/releases/download/v7.35/wekan-7.35-amd64.zip"
|
||||
amd64.sha256 = "8c2139e047cd92c08562d8dfd11863a126efb36a655d7627fd05993b9444cb15"
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.amd64 = ".*-amd64.zip"
|
||||
|
||||
|
|
Loading…
Reference in a new issue