From b842628468ebf1cbc324923268d410a47d08fd01 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 27 Feb 2024 21:42:00 +0100 Subject: [PATCH] Upgrade to v2.30.4 https://github.com/ToolJet/ToolJet/releases/tag/v2.30.4 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 53fdc9e..af6565c 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.30.4~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.30.4.tar.gz" + sha256 = "3558ef15f7ac8cd539c038162fcd4b231ffbd928d467271de45290c54ac50819" autoupdate.strategy = "latest_github_release"