From 4f9b3879892baa55a40c3b2740572b47adc93b3d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 25 May 2024 03:47:47 +0200 Subject: [PATCH] Upgrade to v2.45.0 https://github.com/ToolJet/ToolJet/releases/tag/v2.45.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 4fa6e41..5728267 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.44.0~ynh1" +version = "2.45.0~ynh1" maintainers = ["Tagadda"] @@ -38,8 +38,8 @@ ram.runtime = "300M" [resources.sources] [resources.sources.main] - url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.44.0.tar.gz" - sha256 = "f36f2313ca6a1ad7e96560269b89abb09b523e683974112a7c4d25e0f8f885a6" + url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.45.0.tar.gz" + sha256 = "f6643de8c7e7e48196649d4033a0a3c9515a6f46eb667ee48ee2b122bfb85874" autoupdate.strategy = "latest_github_release"