From 111b0a96bc0d7436e0bba969eaf202fab86a4c24 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 28 Jun 2024 03:44:34 +0200 Subject: [PATCH] Upgrade to v1.47.1 https://github.com/n8n-io/n8n/releases/tag/n8n%401.47.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index c59e79d..a5c18e2 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.46.0~ynh1" +version = "1.47.1~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.46.0.tar.gz" - sha256 = "8ad58259391107faf1080add0a98825f08b665e9e2e389fc7c16021335df968a" + url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.47.1.tar.gz" + sha256 = "efd27cdd041a33e0cd4d45a5ee519594b525bd22d31e52653ca2b04d827034e7" autoupdate.strategy = "latest_github_release" autoupdate.version_regex = "^n8n@(.*)$" prefetch = false