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 #23 from yalh76/2.48

2.48
This commit is contained in:
yalh76 2019-03-17 14:52:49 +01:00 committed by GitHub
commit c07786b1dd
4 changed files with 5 additions and 5 deletions

View file

@ -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.42
**Shipped version:** 2.48
## Screenshots

View file

@ -1,7 +1,7 @@
# 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.42/wekan-2.42.tar.gz
SOURCE_SUM=7fe258fee129dfbea86db20f63ad0729a4c2bd8870796e89880a525942034c37
SOURCE_URL=https://github.com/yalh76/wekan_ynh/releases/download/v2.48/wekan-2.48.tar.gz
SOURCE_SUM=1d6ae104487cb29029e6187531432a9c3dd2d9c4e1aef4f848ae48286010b0e8
SOURCE_SUM_PRG=sha256sum
ARCH_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Trello-like kanban",
"fr": "Un kanban similaire à Trello"
},
"version": "2.42~ynh1",
"version": "2.48~ynh1",
"url": "https://wekan.io",
"license": "MIT",
"maintainer": {

View file

@ -99,7 +99,7 @@ if ynh_version_gt "1.07~ynh2" "${previous_version}" ; then
ynh_add_systemd_config
fi
if ynh_version_gt "2.42~ynh1" "${previous_version}" ; then
if ynh_version_gt "2.48~ynh1" "${previous_version}" ; then
ynh_remove_nodejs
ynh_install_nodejs 8.15.1
ynh_use_nodejs