From 6498f918c3eb9fa9a6e68d430d96a6bd72570588 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 21 Feb 2024 22:23:41 +0100 Subject: [PATCH] Upgrade to v2.30.1 https://github.com/ToolJet/ToolJet/releases/tag/v2.30.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 3fce3db..7bf75ef 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.0~ynh1" +version = "2.30.1~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.0.tar.gz" - sha256 = "e24fe54818cf76e1ffbeeef19476128416ee48157c756bc95f811341c236fa9d" + url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.30.1.tar.gz" + sha256 = "261699eb2cfe654fbf850717d887b8ae583b6c86982de06481a9d6f2efb8b79c" autoupdate.strategy = "latest_github_release"