From 6bea75415f3f2b0bba5159197d45bfc9a28c8d09 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 31 May 2024 03:48:52 +0200 Subject: [PATCH] Upgrade to v2.60.0 https://github.com/ToolJet/ToolJet/releases/tag/v2.60.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 4fa6e41..4e3c2c2 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.60.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.60.0.tar.gz" + sha256 = "c6b3918c24d470591058a935b21cee7e94e1909ab3c9bae4a17c2f5ffc9ca8ea" autoupdate.strategy = "latest_github_release"