mirror of
https://github.com/YunoHost-Apps/tooljet_ynh.git
synced 2024-10-01 13:34:55 +02:00
Upgrade to v2.28.3 (#130)
* Upgrade to v2.28.3 * Auto-update README * Update _common.sh * Update _common.sh --------- Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com>
This commit is contained in:
parent
0e499f7ca2
commit
ea08582d0e
4 changed files with 7 additions and 7 deletions
|
@ -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.26.1~ynh1
|
||||
**Shipped version:** 2.28.3~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -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.26.1~ynh1
|
||||
**Version incluse :** 2.28.3~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ id = "tooljet"
|
|||
name = "ToolJet"
|
||||
description.en = "Open-source low-code framework for building React-based web applications and internal tools"
|
||||
|
||||
version = "2.26.1~ynh1"
|
||||
version = "2.28.3~ynh1"
|
||||
|
||||
maintainers = ["Tagadda"]
|
||||
|
||||
|
@ -39,8 +39,8 @@ ram.runtime = "300M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.26.1.tar.gz"
|
||||
sha256 = "64741d73758671500b0b965c9a8737be3df87469207d44ff335a032df7d0480d"
|
||||
url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.28.3.tar.gz"
|
||||
sha256 = "b35233e413200fb4960e67f8393d3b16e8fb729caf302741c38f87e6c6772780"
|
||||
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
NODEJS_VERSION="18.3"
|
||||
NPM_VERSION="8.11.0"
|
||||
NODEJS_VERSION="18.18.2"
|
||||
NPM_VERSION="9.8.1"
|
||||
|
||||
main_domain=$(cat /etc/yunohost/current_host)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue