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

[enh] Update upstream version to 0.63

This commit is contained in:
ljf 2017-12-23 00:13:19 +01:00
parent 9c22e79dec
commit 6ee4f1e995
5 changed files with 8 additions and 5 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/wekan/wekan/releases/download/v0.62/wekan-0.62.tar.gz
SOURCE_SUM=b5da8106cc49e6615f665e9bd941b44fb5ee326414f68d44bf4756b139cfdfc6
SOURCE_URL=https://github.com/wekan/wekan/releases/download/v0.63/wekan-0.63.tar.gz
SOURCE_SUM=5a582446859d2563bf7a5f6e7d7bc1e6d8c63a6021f0f2e024cab0ffea78c5aa
SOURCE_SUM_PRG=sha256sum
ARCH_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -2,7 +2,7 @@
"name": "Wekan",
"id": "wekan",
"packaging_format": 1,
"version": "0.62-1",
"version": "0.63-1",
"description": {
"en": "Trello-like kanban",
"fr": "Un kanban similaire à Trello"

View file

@ -48,7 +48,7 @@ ynh_app_setting_set $app port $port
#=================================================
# INSTALL DEPENDENCIES
#=================================================
ynh_install_nodejs 4.8.4
ynh_install_nodejs 4.8.7
# Install mongodb
apt-key adv --fetch-keys https://www.mongodb.org/static/pgp/server-3.2.asc

View file

@ -52,7 +52,7 @@ ynh_system_user_create $app "$final_path"
#=================================================
# INSTALL DEPENDENCIES
#=================================================
ynh_install_nodejs 4.8.4
ynh_install_nodejs 4.8.7
# Install mongodb
apt-key adv --fetch-keys https://www.mongodb.org/static/pgp/server-3.2.asc

View file

@ -55,6 +55,9 @@ if ynh_version_gt "0.54-3" "${version}" ; then
apt-key del EA312927
apt-key adv --fetch-keys https://www.mongodb.org/static/pgp/server-3.2.asc
fi
if ynh_version_gt "0.63-1" "${version}" ; then
ynh_install_nodejs 4.8.7
fi
#=================================================
# STANDARD UPGRADE STEPS