mirror of
https://github.com/YunoHost-Apps/tooljet_ynh.git
synced 2024-10-01 13:34:55 +02:00
Merge pull request #88 from YunoHost-Apps/ci-auto-update-2.19.2
Upgrade to v2.19.2
This commit is contained in:
commit
f654475d9e
3 changed files with 5 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.
|
- *Doesn't store data:* ToolJet acts only as a proxy and doesn't store any data.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 2.17.5~ynh1
|
**Shipped version:** 2.19.2~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
@ -46,7 +46,6 @@ ToolJet is an open-source low-code framework to build and deploy internal tools
|
||||||
* Official app website: <https://tooljet.com/>
|
* Official app website: <https://tooljet.com/>
|
||||||
* Official user documentation: <https://docs.tooljet.com/docs/intro>
|
* Official user documentation: <https://docs.tooljet.com/docs/intro>
|
||||||
* Upstream app code repository: <https://github.com/ToolJet/ToolJet>
|
* Upstream app code repository: <https://github.com/ToolJet/ToolJet>
|
||||||
* YunoHost documentation for this app: <https://yunohost.org/app_tooljet>
|
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/tooljet_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/tooljet_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
|
@ -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 :** 2.17.5~ynh1
|
**Version incluse :** 2.19.2~ynh1
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
@ -46,7 +46,6 @@ ToolJet is an open-source low-code framework to build and deploy internal tools
|
||||||
* Site officiel de l’app : <https://tooljet.com/>
|
* Site officiel de l’app : <https://tooljet.com/>
|
||||||
* Documentation officielle utilisateur : <https://docs.tooljet.com/docs/intro>
|
* Documentation officielle utilisateur : <https://docs.tooljet.com/docs/intro>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/ToolJet/ToolJet>
|
* Dépôt de code officiel de l’app : <https://github.com/ToolJet/ToolJet>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_tooljet>
|
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/tooljet_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/tooljet_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
|
@ -4,7 +4,7 @@ id = "tooljet"
|
||||||
name = "ToolJet"
|
name = "ToolJet"
|
||||||
description.en = "Open-source low-code framework for building React-based web applications and internal tools"
|
description.en = "Open-source low-code framework for building React-based web applications and internal tools"
|
||||||
|
|
||||||
version = "2.17.5~ynh1"
|
version = "2.19.2~ynh1"
|
||||||
|
|
||||||
maintainers = ["Tagadda"]
|
maintainers = ["Tagadda"]
|
||||||
|
|
||||||
|
@ -39,8 +39,8 @@ ram.runtime = "300M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.17.5.tar.gz"
|
url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.19.2.tar.gz"
|
||||||
sha256 = "5cf3c661d7e7786fbef2fc3f68bd96f73ef781d7228679443bdfbd894adc9155"
|
sha256 = "fe849dfb6008020fa2abf3caa2c3dc855ceb30385d8611a0e5f2a06ec267e070"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue