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

Merge pull request #296 from YunoHost-Apps/testing

Testing 7.32~ynh1
This commit is contained in:
OniriCorpe 2024-02-23 04:16:41 +01:00 committed by GitHub
commit 0663c89af4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->
@ -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.30~ynh1
**Shipped version:** 7.32~ynh1
**Demo:** https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h
@ -47,4 +47,4 @@ or
sudo yunohost app upgrade wekan -u https://github.com/YunoHost-Apps/wekan_ynh/tree/testing --debug
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->
@ -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.30~ynh1
**Version incluse :** 7.32~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.30~ynh1"
version = "7.32~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.30/wekan-7.30-amd64.zip"
amd64.sha256 = "8e2b7caefa1467716e00a36d7b951c3f490dec4a6c7f22a4ab3c9925ed09f5cb"
amd64.url = "https://github.com/wekan/wekan/releases/download/v7.32/wekan-7.32-amd64.zip"
amd64.sha256 = "e8e6ddd58031a16fab7a48970fe48e67f95f8cb5b995eba6ede85fd744cac8c9"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = ".*-amd64.zip"