From 821d22552de2d874c516236bb0e0388a1974e1f6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 18 May 2024 03:50:28 +0200 Subject: [PATCH] Upgrade to v2.43.0 https://github.com/ToolJet/ToolJet/releases/tag/v2.43.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 5a5eb68..4cab5a4 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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.42.0~ynh1" +version = "2.43.0~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.42.0.tar.gz" - sha256 = "e028504ae1d3583d0d8ea14ea94c333e235b64478e7dd5457b5e22202bb97f1f" + url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.43.0.tar.gz" + sha256 = "739934ecd80ba4cdea7da8afbc1e1e75c3224f592f0e5c5907829a5a4ca466e3" autoupdate.strategy = "latest_github_release"