From a9682a6119518dc754bfb0f0710827a8d0f669a2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 15 Mar 2024 02:46:18 +0100 Subject: [PATCH] Upgrade to v2.33.0 https://github.com/ToolJet/ToolJet/releases/tag/v2.33.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 53fdc9e..5282a3d 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.30.2~ynh1" +version = "2.33.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.30.2.tar.gz" - sha256 = "e00770ebd9d7c489bf541dbb9979d8cc72bdaca072775d8b3f2d65e5bf8c2775" + url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.33.0.tar.gz" + sha256 = "141b997d86288011eebdd03ffcfd490ad55ddc3bd3d51cb18bed391047589ec3" autoupdate.strategy = "latest_github_release"