diff --git a/conf/amd64.src b/conf/amd64.src index e6377b4..bcb5399 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,9 +1,6 @@ -# This is on YunoHost server just to avoid the file from disappearing -# Original source is https://releases.wekan.team/wekan-5.93.zip -# YunoHost source is https://build.yunohost.org/apps/wekan-5.93.zip -SOURCE_URL=https://build.yunohost.org/apps/wekan-5.93.zip -SOURCE_SUM=de973b8be8e7dd938bccf6670455fac3260ce4aa59bd4ee890d6a3ce073c5275 +SOURCE_URL=https://github.com/wekan/wekan/releases/download/v6.20/wekan-6.20-amd64.zip +SOURCE_SUM=996d73931bef214bedc9e9e0c0bf39e90dfc3b69d0fd697f2c75d512b1c71d4d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=wekan-5.93.zip +SOURCE_FILENAME=wekan-6.20.zip diff --git a/conf/arm64.src b/conf/arm64.src index dd5fb91..89e1d0e 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,9 +1,6 @@ -# This is on YunoHost server just to avoid the file from disappearing -# Original source is https://releases.wekan.team/raspi3/wekan-5.93-arm64.zip -# YunoHost source is https://build.yunohost.org/apps/wekan-5.93-arm64.zip -SOURCE_URL=https://build.yunohost.org/apps/wekan-5.93-arm64.zip -SOURCE_SUM=d015d2d128d1c9d1f71ba773f9e3914c97fb82e9b2c5d2a5bd5fdf23377a9980 +SOURCE_URL=https://github.com/wekan/wekan/releases/download/v6.20/wekan-6.20-arm64.zip +SOURCE_SUM=502dbc15b11e459c896de46270fdcf65b19dcf93c66ba07b898104197c247c1e SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=wekan-5.93-arm64.zip +SOURCE_FILENAME=wekan-6.20-arm64.zip diff --git a/manifest.json b/manifest.json index 83f0c08..7a61d47 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Trello-like kanban", "fr": "Un kanban similaire à Trello" }, - "version": "5.93~ynh1", + "version": "6.20~ynh1", "url": "https://wekan.github.io", "upstream": { "license": "MIT", diff --git a/scripts/_common.sh b/scripts/_common.sh index 55aa9a5..431e6fe 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,10 +4,7 @@ # COMMON VARIABLES #================================================= -# dependencies used by the app -pkg_dependencies="" - -NODEJS_VERSION=12.22.9 +NODEJS_VERSION="14" #================================================= # PERSONAL HELPERS