From b2795aa391332be2c17c3a2154c2570b94a2b0b2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 12 Apr 2024 03:40:39 +0200 Subject: [PATCH] Upgrade to v1.36.2 https://github.com/n8n-io/n8n/releases/tag/n8n%401.36.2 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 55c3e27..edba71e 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.36.1~ynh1" +version = "1.36.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.36.1.tar.gz" - sha256 = "d937f96c51d848c4f173bfc5c63ad86ab9fc5449c9fe0e031b65d862aa875184" + url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.36.2.tar.gz" + sha256 = "3cf10b82896ea333ccefe820b8aeee414eb2beb8e66122d5a4356b87c77ea345" autoupdate.strategy = "latest_github_release" autoupdate.version_regex = "^n8n@(.*)$" prefetch = false