From b07a94e4c82d5c37b34a94073a645c8b3f448ae1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 7 Jun 2024 03:47:10 +0200 Subject: [PATCH] Upgrade to v2.61.0 https://github.com/ToolJet/ToolJet/releases/tag/v2.61.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index adb2ea4..e1d576d 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.60.2~ynh1" +version = "2.61.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.60.2.tar.gz" - sha256 = "ba2703b52fe58db165839cdd10d930071b6be689e7844f8c7c728943feff8faf" + url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.61.0.tar.gz" + sha256 = "dc4c4fe0c20a1ef4f865f009526b2bf5318bc1f7ed340d80f29f93be5e36be80" autoupdate.strategy = "latest_github_release"