mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
Merge pull request #273 from YunoHost-Apps/ci-auto-update-v7.17
Upgrade to version 7.17
This commit is contained in:
commit
834cdf22ca
5 changed files with 9 additions and 9 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.
|
WeKan is an completely Open Source and Free software collaborative kanban board.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 7.09~ynh1
|
**Shipped version:** 7.17~ynh1
|
||||||
|
|
||||||
**Demo:** https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h
|
**Demo:** https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ If you have disable ldap authentication, first registered user will be admin, an
|
||||||
* Official app website: <https://wekan.github.io>
|
* Official app website: <https://wekan.github.io>
|
||||||
* Official admin documentation: <https://github.com/wekan/wekan/wiki>
|
* Official admin documentation: <https://github.com/wekan/wekan/wiki>
|
||||||
* Upstream app code repository: <https://github.com/wekan/wekan>
|
* Upstream app code repository: <https://github.com/wekan/wekan>
|
||||||
* YunoHost documentation for this app: <https://yunohost.org/app_wekan>
|
* YunoHost Store: <https://apps.yunohost.org/app/wekan>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/wekan_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/wekan_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
|
@ -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.
|
WeKan est une application de tableau kanban collaborative.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 7.09~ynh1
|
**Version incluse :** 7.17~ynh1
|
||||||
|
|
||||||
**Démo :** https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h
|
**Démo :** https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ Si vous avez désactivé l'authentification LDAP, le premier utilisateur enregis
|
||||||
* Site officiel de l’app : <https://wekan.github.io>
|
* Site officiel de l’app : <https://wekan.github.io>
|
||||||
* Documentation officielle de l’admin : <https://github.com/wekan/wekan/wiki>
|
* Documentation officielle de l’admin : <https://github.com/wekan/wekan/wiki>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/wekan/wekan>
|
* Dépôt de code officiel de l’app : <https://github.com/wekan/wekan>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_wekan>
|
* YunoHost Store: <https://apps.yunohost.org/app/wekan>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/wekan_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/wekan_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/wekan/wekan/releases/download/v7.09/wekan-7.09-amd64.zip
|
SOURCE_URL=https://github.com/wekan/wekan/releases/download/v7.17/wekan-7.17-amd64.zip
|
||||||
SOURCE_SUM=7f9956c878bab40c99d5a7bebdeb1a7fa7d0016098cd47f0946bfde7d997ae7d
|
SOURCE_SUM=edd35a19f809d3c03e6f2a14abb98f49f036b472795ca796fc9e6982ca7ab2a1
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/wekan/wekan/releases/download/v7.09/wekan-7.09-arm64.zip
|
SOURCE_URL=https://github.com/wekan/wekan/releases/download/v7.17/wekan-7.17-arm64.zip
|
||||||
SOURCE_SUM=0ef14b07dd7fdb635b0350094f3df57aeb6d082e4525fe087e097c4f8cfbf238
|
SOURCE_SUM=91fcd106a87780dd218b0ee4108601ba20d2e127553973fbc862967a1108a4ca
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Trello-like kanban",
|
"en": "Trello-like kanban",
|
||||||
"fr": "Kanban similaire à Trello"
|
"fr": "Kanban similaire à Trello"
|
||||||
},
|
},
|
||||||
"version": "7.09~ynh1",
|
"version": "7.17~ynh1",
|
||||||
"url": "https://wekan.github.io",
|
"url": "https://wekan.github.io",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Add table
Reference in a new issue