From 343838dfa0fc7c1a8c3adc67730a020cb3ba0015 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 24 May 2023 06:21:33 +0000 Subject: [PATCH 1/3] Upgrade to v2.6.0 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index eb0e218..7d0d116 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/ToolJet/ToolJet/archive/v2.4.9.tar.gz -SOURCE_SUM=5c207cfcf2b756003cf5eac6c5ac7a597ff8bafff8ed8a15fc83e8ea3b68cc24 +SOURCE_URL=https://github.com/ToolJet/ToolJet/archive/v2.6.0.tar.gz +SOURCE_SUM=bec017c9bd623f7a1ed8f8c3dffe63cce5742e2055a1eba6261f718db0f1829c SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index e4266b5..170102a 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "Open-source low-code framework for building React-based web applications and internal tools" }, - "version": "2.4.9~ynh1", + "version": "2.6.0~ynh1", "url": "https://tooljet.com/", "upstream": { "license": "AGPL-3.0", From 654585ca9f82cfd6246a44d1027850059fd0c7f9 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 24 May 2023 06:21:37 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d49eda..be1e927 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ ToolJet is an open-source low-code framework to build and deploy internal tools - *Doesn't store data:* ToolJet acts only as a proxy and doesn't store any data. -**Shipped version:** 2.4.9~ynh1 +**Shipped version:** 2.6.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index e344e93..3c48371 100644 --- a/README_fr.md +++ b/README_fr.md @@ -35,7 +35,7 @@ ToolJet is an open-source low-code framework to build and deploy internal tools - *Doesn't store data:* ToolJet acts only as a proxy and doesn't store any data. -**Version incluse :** 2.4.9~ynh1 +**Version incluse :** 2.6.0~ynh1 ## Captures d’écran From 6a4231464036e4d8414414f39cba753fdc8c9388 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Wed, 24 May 2023 10:40:51 +0200 Subject: [PATCH 3/3] Update _common.sh --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 3fa62d8..7e05a75 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,8 +7,8 @@ # dependencies used by the app pkg_dependencies="postgresql postgresql-contrib libpq-dev" -NODEJS_VERSION="18" -NPM_VERSION=">=8.11" +NODEJS_VERSION="18.3" +NPM_VERSION="8.11.0" main_domain=$(cat /etc/yunohost/current_host)