1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tooljet_ynh.git synced 2024-10-01 13:34:55 +02:00

Merge pull request #44 from YunoHost-Apps/ci-auto-update-v2.4.3

Upgrade to version 2.4.3
This commit is contained in:
tituspijean 2023-04-14 12:46:14 +02:00 committed by GitHub
commit f563a78bcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -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. - *Doesn't store data:* ToolJet acts only as a proxy and doesn't store any data.
**Shipped version:** 1.31.2~ynh1 **Shipped version:** 2.4.3~ynh1
## Screenshots ## Screenshots

View file

@ -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. - *Doesn't store data:* ToolJet acts only as a proxy and doesn't store any data.
**Version incluse :** 1.31.2~ynh1 **Version incluse :** 2.4.3~ynh1
## Captures décran ## Captures décran

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/ToolJet/ToolJet/archive/v1.31.2.tar.gz SOURCE_URL=https://github.com/ToolJet/ToolJet/archive/v2.4.3.tar.gz
SOURCE_SUM=49a3a01f3f53aab218237c033380c44c6c44cffcb161bd032bb5fdad0b62f1cf SOURCE_SUM=e30f89717e6bbcbd357e365c6b99e72db969ae2ac352b20775a6412ee6da616f
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -5,7 +5,7 @@
"description": { "description": {
"en": "Open-source low-code framework for building React-based web applications and internal tools" "en": "Open-source low-code framework for building React-based web applications and internal tools"
}, },
"version": "1.31.2~ynh1", "version": "2.4.3~ynh1",
"url": "https://tooljet.com/", "url": "https://tooljet.com/",
"upstream": { "upstream": {
"license": "AGPL-3.0", "license": "AGPL-3.0",

View file

@ -7,7 +7,7 @@
# dependencies used by the app # dependencies used by the app
pkg_dependencies="postgresql postgresql-contrib libpq-dev" pkg_dependencies="postgresql postgresql-contrib libpq-dev"
NODEJS_VERSION="14" NODEJS_VERSION="18"
main_domain=$(cat /etc/yunohost/current_host) main_domain=$(cat /etc/yunohost/current_host)