mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
Merge pull request #36 from YunoHost-Apps/v2-56
[enh] Upgrade to wekan v2.56
This commit is contained in:
commit
4af669c01a
4 changed files with 7 additions and 7 deletions
|
@ -9,7 +9,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
|
|||
## Overview
|
||||
Wekan is an open-source kanban board (task manager and organizer)
|
||||
|
||||
**Shipped version:** 2.48
|
||||
**Shipped version:** 2.56
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -32,5 +32,5 @@
|
|||
Level 9=0
|
||||
Level 10=0
|
||||
;;; Options
|
||||
Email=ljf+ynh-wekan@grimaud.me
|
||||
Email=ljf+ynh-wekan@reflexlibre.net
|
||||
Notification=down
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# This is on YunoHost server just to avoid the file from disappearing
|
||||
# Original source is https://releases.wekan.team/
|
||||
SOURCE_URL=https://github.com/yalh76/wekan_ynh/releases/download/v2.48/wekan-2.48.tar.gz
|
||||
SOURCE_SUM=1d6ae104487cb29029e6187531432a9c3dd2d9c4e1aef4f848ae48286010b0e8
|
||||
SOURCE_URL=https://build.yunohost.org/apps/wekan-2.56.tar.gz
|
||||
SOURCE_SUM=bf4c8a6d958be7c66c2a3f31462646681a325890003f8c140a853901d5b5f8de
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
ARCH_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=
|
||||
SOURCE_FILENAME=wekan-2.56.tar.gz
|
||||
|
|
|
@ -6,11 +6,11 @@
|
|||
"en": "Trello-like kanban",
|
||||
"fr": "Un kanban similaire à Trello"
|
||||
},
|
||||
"version": "2.48~ynh1",
|
||||
"version": "2.56~ynh1",
|
||||
"url": "https://wekan.io",
|
||||
"license": "MIT",
|
||||
"maintainer": {
|
||||
"name": "alexAubin",
|
||||
"name": "alexAubin ljf",
|
||||
"email": "alex.aubin@mailoo.org",
|
||||
"url": "https://github.com/alexAubin/"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue