From f2bc279f40beb96637f2da7da867924238a95623 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 14 Jun 2024 03:47:56 +0200 Subject: [PATCH] Upgrade to v2.61.2 https://github.com/ToolJet/ToolJet/releases/tag/v2.61.2 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 5b24c4a..83354ca 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.61.1~ynh1" +version = "2.61.2~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.61.1.tar.gz" - sha256 = "eded3024c8190f874871786b2d2a4f2c725dcf69682a043a09c0f4098b526ca3" + url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.61.2.tar.gz" + sha256 = "0def8bb6621de0ab7dba746ba8fb6e0abddd21c733e738a1cceefe6199e5c48e" autoupdate.strategy = "latest_github_release"