From aaad4d6022731b44424549a90c24d697023ed5f1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 13 Jun 2024 03:47:47 +0200 Subject: [PATCH] Upgrade to v1.44.2 https://github.com/n8n-io/n8n/releases/tag/n8n%401.44.2 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 1159a83..5c0198a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "n8n" description.en = "Workflow Automation Tool. Easily automate tasks across different services" description.fr = "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services" -version = "1.44.1~ynh1" +version = "1.44.2~ynh1" maintainers = [] @@ -56,8 +56,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.44.1.tar.gz" - sha256 = "0492d90707b0f9071a07442e9b6a8652e580c9d5ef56cb9a5ad2bb0e6113a872" + url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.44.2.tar.gz" + sha256 = "f2f04788a7a0eae1423245947d0b693e6dac9787e71b515e74c94cae0b12c3ca" autoupdate.strategy = "latest_github_release" autoupdate.version_regex = "^n8n@(.*)$" prefetch = false