1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/n8n_ynh.git synced 2024-09-03 19:55:52 +02:00

Merge pull request #80 from YunoHost-Apps/ci-auto-update-1.48.2

Upgrade to v1.48.2
This commit is contained in:
CodeShakingSheep 2024-07-02 09:04:04 -05:00 committed by GitHub
commit 0c7009c60b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 9 additions and 9 deletions

View file

@ -18,7 +18,7 @@ It shall NOT be edited by hand.
n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.
**Shipped version:** 1.47.1~ynh1
**Shipped version:** 1.48.2~ynh1
## Screenshots

View file

@ -18,7 +18,7 @@ No se debe editar a mano.
n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.
**Versión actual:** 1.47.1~ynh1
**Versión actual:** 1.48.2~ynh1
## Capturas

View file

@ -18,7 +18,7 @@ EZ editatu eskuz.
n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.
**Paketatutako bertsioa:** 1.47.1~ynh1
**Paketatutako bertsioa:** 1.48.2~ynh1
## Pantaila-argazkiak

View file

@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
n8n est un outil d'automatisation de flux de travail extensible. Avec un modèle de distribution de code équitable, n8n aura toujours un code source visible, sera disponible pour s'auto-héberger et vous permettra d'ajouter vos propres fonctions, logiques et applications personnalisées. L'approche basée sur les nœuds de n8n le rend très polyvalent, vous permettant de connecter n'importe quoi à tout.
**Version incluse:** 1.47.1~ynh1
**Version incluse:** 1.48.2~ynh1
## Captures décran

View file

@ -18,7 +18,7 @@ NON debe editarse manualmente.
n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.
**Versión proporcionada:** 1.47.1~ynh1
**Versión proporcionada:** 1.48.2~ynh1
## Capturas de pantalla

View file

@ -18,7 +18,7 @@
n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.
**分发版本:** 1.47.1~ynh1
**分发版本:** 1.48.2~ynh1
## 截图

View file

@ -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.47.1~ynh1"
version = "1.48.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.47.1.tar.gz"
sha256 = "efd27cdd041a33e0cd4d45a5ee519594b525bd22d31e52653ca2b04d827034e7"
url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.48.2.tar.gz"
sha256 = "927695c44bb0cc6e442f3b2a7b5eb9a990859c0f1f3a0b7275f16999bc5dab0a"
autoupdate.strategy = "latest_github_release"
autoupdate.version_regex = "^n8n@(.*)$"
prefetch = false