From 384eeb2d2df2dc924ddf3bb57efa28d5b41ec21d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 13 Jul 2024 03:44:09 +0200 Subject: [PATCH] Upgrade to v2.65.0 https://github.com/ToolJet/ToolJet/releases/tag/v2.65.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 0446682..6b332aa 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.63.0~ynh1" +version = "2.65.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.63.0.tar.gz" - sha256 = "6292a51018dde0281e1781d584758bd3ff6bf63a4563ab553a441e37f3dbe9a6" + url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.65.0.tar.gz" + sha256 = "252bb1e6e24e43548724a1d67ea213171458cdb74f161c5860882760d4587e26" autoupdate.strategy = "latest_github_release"